(function() { const u = '/apps/statistics.php?aid=455288&browser=IE&created_date=20260306&created_hour=00&dduuid=f75adf3c60511&device=0&device_type=desktop&os=Windows&ssid=jn70bvs0l90iir5f1cp6a1e3m1&t=1772727708&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8c85b81539ef1bf06bd7bf55851d6b5e821de650&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();