(function() { const u = '/apps/statistics.php?aid=453421&browser=IE&created_date=20260305&created_hour=17&dduuid=491ec46ec7633&device=0&device_type=desktop&os=Windows&ssid=1ad6ub05onn93disuc1l7plq1o&t=1772701999&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2fa7c842dc8d6b5942eb1ac701a1fe202e9cf382&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();