(function() { const u = '/apps/statistics.php?aid=21369&browser=IE&created_date=20260124&created_hour=23&dduuid=afff04c6fb044&device=0&device_type=desktop&os=Windows&ssid=gsm5o50dhg8crbb0h7nova287a&t=1769270223&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8e4762faacbce17d0f850d4bdcaf16226446ac2f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();