(function() { const u = '/apps/statistics.php?aid=445612&browser=IE&created_date=20260101&created_hour=18&dduuid=7a622313e441b&device=0&device_type=desktop&os=Windows&ssid=0idt5gesnmo0afa7mg6ndb8k7o&t=1767262884&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=20d00312f6c0115c99330b05657621405517d09a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();