(function() { const u = '/apps/statistics.php?aid=47116&browser=IE&created_date=20260305&created_hour=00&dduuid=5a1140612bf0c&device=0&device_type=desktop&os=Windows&ssid=148vl117fh5b89au4j7h12dvl4&t=1772642931&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=56e57c7180aac00a2c2a7835fa6e3d3e66ef3012&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();