(function() { const u = '/apps/statistics.php?aid=450916&browser=IE&created_date=20260118&created_hour=00&dduuid=2f1858ebeb0d4&device=0&device_type=desktop&os=Windows&ssid=f6v395ob4vh38n8o4b1knves02&t=1768668540&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c99aa9fc657e4c5433718b3a3353a4470072a4cd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();