(function() { const u = '/apps/statistics.php?aid=396541&browser=IE&created_date=20260131&created_hour=16&dduuid=b6fbd6bea7182&device=0&device_type=desktop&os=Windows&ssid=q916mipkcuiroq3a9j4gfe213l&t=1769849750&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=85c532f0dc8528db60649090aa9e0205bf555407&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();