(function() { const u = '/apps/statistics.php?aid=17448&browser=IE&created_date=20260224&created_hour=18&dduuid=7977f5cdd699e&device=0&device_type=desktop&os=Windows&ssid=0lm27ggj2qaqushggp46en27n3&t=1771927869&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7d65dcf99b049d15f3f0a50cbe9ff4194f155379&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();