(function() { const u = '/apps/statistics.php?aid=210056&browser=IE&created_date=20260224&created_hour=11&dduuid=c689163d4d7e2&device=0&device_type=desktop&os=Windows&ssid=avvmobr4m123ehtpcg2jlqdup2&t=1771903636&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=21a89078efe80eb60f96828ad11171b82228f678&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();