(function() { const u = '/apps/statistics.php?aid=448373&browser=IE&created_date=20260112&created_hour=00&dduuid=2351b027229ea&device=0&device_type=desktop&os=Windows&ssid=7cfqggeimmv9nh3nedhl3p8esd&t=1768150333&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f7ff532e29263bf696929aeb328bdcac0505dfc3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();