(function() { const u = '/apps/statistics.php?aid=451195&browser=IE&created_date=20260225&created_hour=14&dduuid=9d262ef75aad4&device=0&device_type=desktop&os=Windows&ssid=qhn5ndpoaefnmncp411c3c3g0r&t=1771999791&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=163da14e49e921d347051854a283c8c8b1d90095&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();