(function() { const u = '/apps/statistics.php?aid=451434&browser=IE&created_date=20260225&created_hour=16&dduuid=3d20e616b1f66&device=0&device_type=desktop&os=Windows&ssid=nuhe6m7rr36ngo5195r0mhq9t5&t=1772009310&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=26a5787c98e37d7d441465a3566e95a83c501951&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();