(function() { const u = '/apps/statistics.php?aid=438789&browser=IE&created_date=20260315&created_hour=00&dduuid=c72b8249db453&device=0&device_type=desktop&os=Windows&ssid=2jkfft50um8dhqbimfqbgddair&t=1773504514&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=21255a9d156571e77686fe4673dd93373fec8624&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();