(function() { const u = '/apps/statistics.php?aid=453984&browser=IE&created_date=20260311&created_hour=11&dduuid=b8ae24b79be3d&device=0&device_type=desktop&os=Windows&ssid=aosltv1968iscr5cju46kibouo&t=1773198942&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e2b303f21e712bf46caf17a71cedfb0891b8421b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();