(function() { const u = '/apps/statistics.php?aid=440544&browser=IE&created_date=20251225&created_hour=02&dduuid=34a37f3a93c98&device=0&device_type=desktop&os=Windows&ssid=6mp5s9ejfmg4js5qq7irqocntm&t=1766602080&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b33eb6d65bccb21d7c7f3569584976ae063b01e7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();