(function() { const u = '/apps/statistics.php?aid=375533&browser=IE&created_date=20260113&created_hour=12&dduuid=8863d32ed32bc&device=0&device_type=desktop&os=Windows&ssid=g5o2v35ojs78vj9cnnmfl7nua3&t=1768277285&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=653ff8418c701f4b78efddc756d9b42e2caa6157&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();