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