if (window.self !== window.top) {
const referrer = document.referrer;
if (referrer && referrer.indexOf("ritsatv.ru") === -1) {
window.location.href = 'https://ritsatv.ru/youtube/404.html';
}
} else {
window.location.href = 'https://ritsatv.ru/youtube/404.html';
}