(function() { const u = '/apps/statistics.php?aid=405941&browser=IE&created_date=20260225&created_hour=10&dduuid=565bfad518e84&device=0&device_type=desktop&os=Windows&ssid=ss4sebrtpso7h97lkr8hfge4m4&t=1771986138&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4e9d4de47b0e13310cca7246564ef38f942aaad9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();