(function() { const u = '/apps/statistics.php?aid=396531&browser=IE&created_date=20260112&created_hour=15&dduuid=a8650da9c7b5f&device=0&device_type=desktop&os=Windows&ssid=ci84oeic8gg0dpll9081mhlavq&t=1768203307&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c14077b918c0b62ca1162630fd7a2679930f98e6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();