(function() { const u = '/apps/statistics.php?aid=270937&browser=IE&created_date=20260314&created_hour=21&dduuid=4f296e65f7e33&device=0&device_type=desktop&os=Windows&ssid=i0kfeecr753h5noeq1lfcaaf16&t=1773493500&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6c6134226f540e15d46fd781a6f9ac28b56b4414&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();