(function() { const u = '/apps/statistics.php?aid=448498&browser=IE&created_date=20260112&created_hour=05&dduuid=f6b0212e9625b&device=0&device_type=desktop&os=Windows&ssid=h2d73lc6kc7u7sjeiisckq38pd&t=1768168765&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=270a9f1635cb1e9bd7c807027ac200a2d53ada10&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();