(function() { const u = '/apps/statistics.php?aid=452439&browser=IE&created_date=20260311&created_hour=21&dduuid=f58f0f9db822c&device=0&device_type=desktop&os=Windows&ssid=5elljhtvsfncr8hevpkq7snb0e&t=1773234757&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=19035d35240ada43807066395bb90962910ca572&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();