(function() { const u = '/apps/statistics.php?aid=434422&browser=IE&created_date=20260315&created_hour=21&dduuid=b63946c67ea59&device=0&device_type=desktop&os=Windows&ssid=neo8or8encn2feaphgugikacbo&t=1773582280&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=07ea13d49957dfdc3f25a490a839a1b420d6fc12&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();