(function() { const u = '/apps/statistics.php?aid=454961&browser=IE&created_date=20260312&created_hour=15&dduuid=a63ff517ea2eb&device=0&device_type=desktop&os=Windows&ssid=vb0mudmf8jvudce2h4e70oi3op&t=1773301563&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7d92539fbd29d6b60137234cfe9f0a7c08cc1597&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();