(function() { const u = '/apps/statistics.php?aid=439624&browser=IE&created_date=20260316&created_hour=22&dduuid=f1337c1392c1b&device=0&device_type=desktop&os=Windows&ssid=tl617l26du5evu3co0565lkfoi&t=1773672347&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5b1933af8e08153bb4dee4d8054c50323bfe1c17&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();