(function() { const u = '/apps/statistics.php?aid=455292&browser=IE&created_date=20260311&created_hour=22&dduuid=4324ab287818f&device=0&device_type=desktop&os=Windows&ssid=ju9hd8tcujq65a4jjrp90a28is&t=1773238053&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=31d221520c442f3c7ed6fa9edef58c4ab3c330ee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();