(function() { const u = '/apps/statistics.php?aid=455071&browser=IE&created_date=20260224&created_hour=09&dduuid=9bed61de36a1f&device=0&device_type=desktop&os=Windows&ssid=924dnekhbqpv3f2764v5eenvq4&t=1771895421&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7ca75531a1c83e4def50064ccce2dade8d4dd1b7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();