(function() { const u = '/apps/statistics.php?aid=414383&browser=IE&created_date=20260223&created_hour=19&dduuid=19716459a8689&device=0&device_type=desktop&os=Windows&ssid=7dr5hcc68o3g014ohbofeg8op0&t=1771846482&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6dfa5b4c0fa08357a123e0d1213a0dc9790a3e39&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();