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