(function() { const u = '/apps/statistics.php?aid=450737&browser=IE&created_date=20260313&created_hour=08&dduuid=9618a9f370510&device=0&device_type=desktop&os=Windows&ssid=ohdvas2v0lvmtctej0sarghfkj&t=1773362674&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=33208ded8690f0c9db23537907fc73b53d58d53a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();