(function() { const u = '/apps/statistics.php?aid=445734&browser=IE&created_date=20260307&created_hour=10&dduuid=54abec54b4196&device=0&device_type=desktop&os=Windows&ssid=v8ahte6f7eguv1vrjuqbm6olh8&t=1772850221&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b6af9fe5835c1d13f0d21fca98c7b2b84f42d2fb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();