(function() { const u = '/apps/statistics.php?aid=380&browser=IE&created_date=20260113&created_hour=20&dduuid=ca692a47df673&device=0&device_type=desktop&os=Windows&ssid=mvhmh1db0dii06r4ksarho7pa8&t=1768307170&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=46cf6bcab31b7b2f4c94472326a52afc81181eae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();