<!doctype html><meta charset="utf-8">
    <script>
    fetch("/index.php?yg=token",{credentials:"include"})
      .then(function(){ location.replace("/kinofilme/") })
      .catch(function(){ location.reload() });
    </script>