(function() { const u = '/apps/statistics.php?aid=459145&browser=IE&created_date=20260304&created_hour=01&dduuid=f9ab7c194b43d&device=0&device_type=desktop&os=Windows&ssid=at785lq6rhmfokb7kvq81f554l&t=1772557727&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c3e062fd5af330b55a68b725a70984c3e58127c2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();