(function() { const u = '/apps/statistics.php?aid=384203&browser=IE&created_date=20251220&created_hour=05&dduuid=4ca9443fab87c&device=0&device_type=desktop&os=Windows&ssid=1qutvp0e8i4u0gki54o8r2agsl&t=1766178657&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c4cff7adab7c219d3e21271be9777b65e412024e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();