(function() { const u = '/apps/statistics.php?aid=165407&browser=IE&created_date=20260121&created_hour=22&dduuid=85629843b1e11&device=0&device_type=desktop&os=Windows&ssid=qc50cl34urchsgo4mc7nmb1ll5&t=1769007179&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0dc4a573c739eecddbaad767d31ac67d9b405f4e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();