(function() { const u = '/apps/statistics.php?aid=434865&browser=IE&created_date=20260308&created_hour=15&dduuid=79b15136eb1a7&device=0&device_type=desktop&os=Windows&ssid=vquotfnj8n7lma3nhedp2g5q9f&t=1772953953&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e3e4cd932285253c3fb456fa1f328e4054f79903&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();