(function() { const u = '/apps/statistics.php?aid=21456&browser=IE&created_date=20260125&created_hour=04&dduuid=f38f6ed24f7cd&device=0&device_type=desktop&os=Windows&ssid=58cqlbu3fak55hmre6lldnm0g0&t=1769285061&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ef1681927fa53280baabbe374aaea607e0217523&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();