(function() { const u = '/apps/statistics.php?aid=459335&browser=IE&created_date=20260304&created_hour=04&dduuid=45e2efed7aa52&device=0&device_type=desktop&os=Windows&ssid=hb0siuchfcdshl4oqkm2iq6j13&t=1772568830&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=18b780aa201b61d2aea1af22063e9db19f0537c2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();