(function() { const u = '/apps/statistics.php?aid=8&browser=IE&created_date=20260304&created_hour=08&dduuid=5bd635e25c431&device=0&device_type=desktop&os=Windows&ssid=89j2a4i1o9tml6rb7k3t5vd7r1&t=1772584433&typeid=3&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2817f844196bc04e19247d5141bc0b43105b8f71&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();