(function() { const u = '/apps/statistics.php?aid=410287&browser=IE&created_date=20260120&created_hour=22&dduuid=60e4a9f54c798&device=0&device_type=desktop&os=Windows&ssid=bf73f3r62otdmr3qbjq9055h2l&t=1768918108&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e09a36b6092be0df9cccd87070d00f0a69b488a6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();