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