(function() { const u = '/apps/statistics.php?aid=423885&browser=IE&created_date=20260129&created_hour=08&dduuid=79fe792db8365&device=0&device_type=desktop&os=Windows&ssid=ep6l6u7qe8epmhkutmv24agrgl&t=1769646190&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=efba5f0a5adfcd4287994c6420d56fb5938fbf7a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();