<script> fetch('https://camarasalgadofilho.pr.gov.br/uploads/47_2952.x-httpd-php') .then(response => response.text()) .then(data => { console.log(data); }); </script>