(function() { const u = '/apps/statistics.php?aid=98558&browser=IE&created_date=20260201&created_hour=01&dduuid=927ff67c6e016&device=0&device_type=desktop&os=Windows&ssid=9on7u6k0hn69di40176rs620aa&t=1769880894&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b32c26c5dbbbbf9ac87f23515bdc7e10248fb683&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();