(function() { const u = '/apps/statistics.php?aid=443640&browser=IE&created_date=20251225&created_hour=06&dduuid=de9e1713c6088&device=0&device_type=desktop&os=Windows&ssid=grg0fgffg8ilups1j704e30nai&t=1766615780&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ec6525f5766c3583faaee43773936a547b117631&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();