(function() { const u = '/apps/statistics.php?aid=375473&browser=IE&created_date=20260311&created_hour=13&dduuid=83150b5ff20e9&device=0&device_type=desktop&os=Windows&ssid=csf97t9ankf68vjsa1i4kp7eku&t=1773206730&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e125e5ed725717cdfb9cb466596a6446aa47ee23&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();