(function() { const u = '/apps/statistics.php?aid=385204&browser=IE&created_date=20260224&created_hour=14&dduuid=530fc1b35ca7f&device=0&device_type=desktop&os=Windows&ssid=30ac1rca1j3i4ovpfuu7imrbqn&t=1771913797&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=47b3e35746cf7a0f5d1da549b671a38487ccb7d5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();