(function() { const u = '/apps/statistics.php?aid=357817&browser=IE&created_date=20260311&created_hour=20&dduuid=8f251f130b140&device=0&device_type=desktop&os=Windows&ssid=ne2lo6s90p9cpqdlfk6qasqcmf&t=1773233981&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=74a9ac9f8a98643918905190d01c7f6634f03292&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();