(function() { const u = '/apps/statistics.php?aid=450566&browser=IE&created_date=20260307&created_hour=18&dduuid=c8ced18fb2fdd&device=0&device_type=desktop&os=Windows&ssid=3v6cpdm5a5qg50taf796qm0ifr&t=1772880366&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5c06e29dc69126292acce9f4af3eb5f8ab07d31d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();