(function() { const u = '/apps/statistics.php?aid=363145&browser=IE&created_date=20260114&created_hour=06&dduuid=5b2068479fa21&device=0&device_type=desktop&os=Windows&ssid=ht5cdj5hjvh6qbsgabrfn536as&t=1768343347&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9ea713b9f90b081af4cdb8aced513cefed2ed15e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();