(function() { const u = '/apps/statistics.php?aid=433991&browser=IE&created_date=20260306&created_hour=15&dduuid=cde6b76105797&device=0&device_type=desktop&os=Windows&ssid=71nfhiopfohpu6liee0tucso69&t=1772782947&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=591d0fca4a16713d41c19934b5ba690e6c32b8a1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();