(function() { const u = '/apps/statistics.php?aid=459148&browser=IE&created_date=20260308&created_hour=15&dduuid=e1347afe1dfb5&device=0&device_type=desktop&os=Windows&ssid=6lulgt07ab7pl46af77d548428&t=1772954022&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=be9c180a825d57ec604dfdadbcb48e4f370cfacc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();