(function() { const u = '/apps/statistics.php?aid=398496&browser=IE&created_date=20260226&created_hour=06&dduuid=f1548e3e8dbd0&device=0&device_type=desktop&os=Windows&ssid=41f4qdo5hgjmjm6rpqg9s18h8c&t=1772059284&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e38d67da2a431c87ec39a7feabc085f5dff208ff&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();