(function() { const u = '/apps/statistics.php?aid=452183&browser=IE&created_date=20260312&created_hour=12&dduuid=fd67a0988ac9e&device=0&device_type=desktop&os=Windows&ssid=1hi28c0ic8cd8p0k2rl99c6qvp&t=1773289587&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0ae8e65814f467856cb7eb6c6616eb6a55312679&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();