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