(function() { const u = '/apps/statistics.php?aid=445733&browser=IE&created_date=20260226&created_hour=17&dduuid=001408e717b8d&device=0&device_type=desktop&os=Windows&ssid=l0emqt4g2op32t1bntqu6htpe3&t=1772099503&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c8ddabd58362c8008ba56e92cb65537195fc9083&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();