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