(function() { const u = '/apps/statistics.php?aid=448748&browser=IE&created_date=20260123&created_hour=00&dduuid=5fe9d580144e8&device=0&device_type=desktop&os=Windows&ssid=agmcp1uo2bqmnucmncpviopgdm&t=1769098962&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4756dce15f250b4ef53e8a8359bac7799181be83&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();