(function() { const u = '/apps/statistics.php?aid=542&browser=IE&created_date=20260226&created_hour=05&dduuid=41d929f38fd2b&device=0&device_type=desktop&os=Windows&ssid=gb0fge0lcd09ul0293eefehe6i&t=1772053580&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=109410f83c5a09c45c03c3675146db113351cd56&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();