(function() { const u = '/apps/statistics.php?aid=452892&browser=IE&created_date=20260225&created_hour=06&dduuid=e74b7b69ba8ac&device=0&device_type=desktop&os=Windows&ssid=0m8ra38s49ob5i85f4fi09o2p7&t=1771971786&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8c6d6cb594da645f28a6c02aaf4c1a3b21854355&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();