(function() { const u = '/apps/statistics.php?aid=398489&browser=IE&created_date=20251224&created_hour=00&dduuid=7018ba3108746&device=0&device_type=desktop&os=Windows&ssid=rv2u6osl5n245vd8a292vohc34&t=1766507795&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0fde97d0c5972c55519126ac3db363886308a819&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();