(function() { const u = '/apps/statistics.php?aid=90334&browser=IE&created_date=20260116&created_hour=14&dduuid=7187186b8b988&device=0&device_type=desktop&os=Windows&ssid=783ds85f5kageh7r471f6b2aia&t=1768544899&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d3719b3c1156540400459b5f1e07f3a1c3477328&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();