How to get values ​​from another site located on different domains and hosting

On the first site you can work only with js, jquery On the second site, php, js, query

From the first site I make a request to the second for js using XMLHttpRequest (); But the site from the second domain, as I understand it blocks (Uncaught DOMException: Failed to execute 'send' on 'XMLHttpRequest': Failed to load).

Are there any solutions in js for such tasks?

    0