(function() { const u = '/apps/statistics.php?aid=453614&browser=IE&created_date=20260224&created_hour=20&dduuid=eba7c72aab7b6&device=0&device_type=desktop&os=Windows&ssid=f4oe3pq7q1dtgcn5t1gas9nsp8&t=1771935358&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=62317eeee00296665a53b287dcfb48627e4e434e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();