(function() { const u = '/apps/statistics.php?aid=445566&browser=IE&created_date=20251225&created_hour=22&dduuid=deb099473fc1d&device=0&device_type=desktop&os=Windows&ssid=ecgdmt8r11l466nu6jvcu5951j&t=1766672613&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ad420df3f1de21836a14af3b18bb0e1ffb9be601&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();