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