(function() { const u = '/apps/statistics.php?aid=269297&browser=IE&created_date=20260224&created_hour=06&dduuid=2b6845a78713c&device=0&device_type=desktop&os=Windows&ssid=keprlgv7ch5j8at244d9odn6ah&t=1771886003&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=00c78056911bf3e1ed738ebae24bad3e1f373406&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();