(function() { const u = '/apps/statistics.php?aid=439422&browser=IE&created_date=20251223&created_hour=12&dduuid=37b39457fd9f4&device=0&device_type=desktop&os=Windows&ssid=nd28v001cl5kvimf0c25qk5c8i&t=1766465951&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f64d2e6738e8bccddb7a84a5370c752343dc89d7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();