(function() { const u = '/apps/statistics.php?aid=269291&browser=IE&created_date=20260224&created_hour=06&dduuid=942df222fbe4b&device=0&device_type=desktop&os=Windows&ssid=4igh43sb6ofkkqic4it3q6nj2m&t=1771886858&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7569e7d7e6665c85235ce05c755c387ef59f0a5f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();