(function() { const u = '/apps/statistics.php?aid=425088&browser=IE&created_date=20260127&created_hour=05&dduuid=306c0b57c0284&device=0&device_type=desktop&os=Windows&ssid=437qi49ojvk3dsimfrhtafik3j&t=1769464558&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a9ad2057b6d6a30e0b12a73be4ea51445c898048&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();