(function() { const u = '/apps/statistics.php?aid=450979&browser=IE&created_date=20260225&created_hour=11&dduuid=1292e2313d58c&device=0&device_type=desktop&os=Windows&ssid=8fits8j8mar1q96shrvvplaaf5&t=1771990269&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3512e814cc616e9fe12548f3f73dff3057192c51&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();