(function() { const u = '/apps/statistics.php?aid=443041&browser=IE&created_date=20260223&created_hour=21&dduuid=445f321e72576&device=0&device_type=desktop&os=Windows&ssid=d0p5ckc6q698hb3o57lap2lhgn&t=1771854653&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=83cd178bbef0c0de4d4dce00880e5a32c666c8ef&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();