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