(() => { try { // Polyfills check if ( !('IntersectionObserver' in window) || !('Promise' in window) || !('fetch' in window) || !('finally' in Promise.prototype) ) { throw {}; } // Syntax check // eval('const a = async ({ ...rest } = {}) => rest; let b = class {};'); const test = new WeakRef({}); window.LEGACY = false; } catch (e) { window.LEGACY = true; } console.warn('window.LEGACY',window.LEGACY) const script = document.createElement('script'); script.type = 'text/javascript'; script.setAttribute('src', 'https://user91471.clients-cdnnow.ru/mp_dist/mstream2' + (window.LEGACY ? '_legacy' : '')+'.js?ver=1749719596106'); // script.setAttribute('async', 'async'); script.async = false; document.body.appendChild(script); })();