(function() { const u = '/apps/statistics.php?aid=91998&browser=IE&created_date=20260124&created_hour=01&dduuid=f157ca078cc82&device=0&device_type=desktop&os=Windows&ssid=ckladhsdmqmivi2q42krkvqi88&t=1769190824&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=baef87f30c71236f52494781b62e6f7434e6c9b1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();