$(function () {
    if (window.location.href.includes('https://academy.beloesolnce.ru/pl/user/user/index')) {
        var s = document.createElement('script');
        s.src = '/pl/layout/83810/2/control-panel.js';
        document.head.appendChild(s);
    }
});