(function() { const u = '/apps/statistics.php?aid=433549&browser=IE&created_date=20260311&created_hour=09&dduuid=b9f5f8c263335&device=0&device_type=desktop&os=Windows&ssid=s9hior0op79l4jk4tngm1pldu5&t=1773193246&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5de3576c7d27f10ca2463a45059ed2495d25abd4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();