<script>
      (function(location) {
          var route = (location.pathname === "/" ? location.hash : location.pathname).substring(1)
          route = route.replace(/^\//, "");
          location.href = "https://app.globalwebindex.com/" + route + location.search;
      })(window.location);
  </script>