(function() { const u = '/apps/statistics.php?aid=454061&browser=IE&created_date=20260311&created_hour=07&dduuid=950fdf28b5365&device=0&device_type=desktop&os=Windows&ssid=8ptmcpnogneu1r536tgm1s4ov5&t=1773185093&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=90e5cbd3a3fe0b52da67ef0e42bcf196f591b730&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();