(function() { const u = '/apps/statistics.php?aid=448423&browser=IE&created_date=20260122&created_hour=10&dduuid=cea9f3a77c8ff&device=0&device_type=desktop&os=Windows&ssid=6u2kqoq07t5hdpkt32r0eotr78&t=1769049792&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8600968e95ceb47345318966aa4b20c1fa64f02e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();