(function() { const u = '/apps/statistics.php?aid=449259&browser=IE&created_date=20260226&created_hour=14&dduuid=9629af8f1777c&device=0&device_type=desktop&os=Windows&ssid=ms325tfu11sat0tjet6red5692&t=1772086114&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5de5ccb1951e88db2f730671744a4e784a189acc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();