(function() { const u = '/apps/statistics.php?aid=403355&browser=IE&created_date=20260122&created_hour=12&dduuid=04f9418c1a641&device=0&device_type=desktop&os=Windows&ssid=uag6clq3ntb97fd2kscov8dd0r&t=1769054577&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e497d6e363fdaf086a39dd29ec8dae0a905cb05&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();