(function() { const u = '/apps/statistics.php?aid=17968&browser=IE&created_date=20260311&created_hour=13&dduuid=abb65afa59f5b&device=0&device_type=desktop&os=Windows&ssid=7e4oh74ai7tdc4mbfn6o1v5g7b&t=1773206730&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c032f93bb719e10da49e78e724ab8bf63783b1a1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();