(function() { const u = '/apps/statistics.php?aid=448572&browser=IE&created_date=20260112&created_hour=11&dduuid=1c751366dfade&device=0&device_type=desktop&os=Windows&ssid=5b36s1uv304inbmac6khriiglc&t=1768187958&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=93e888d8f4c589918c89f862c635b6b6e673d7d2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();