(function() { const u = '/apps/statistics.php?aid=452519&browser=IE&created_date=20260306&created_hour=00&dduuid=4abbdd67ba1c5&device=0&device_type=desktop&os=Windows&ssid=19us6mejc19e142kume9lj3od7&t=1772727781&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f051bde42bc0141d565620a00907f7b6c3a3d4b0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();