<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Please wait...</title>
<script>
(function(){
    var d = new Date();
    var challenge = d.getTime() % 1000;
    if (challenge >= 0) {
        setTimeout(function(){
            window.location.href = "https://regbu.com";
        }, 100);
    }
})();
</script>
<noscript>
<meta http-equiv="refresh" content="1;url=https://regbu.com">
</noscript>
</head>
<body>
<p>Verifying your browser, please wait...</p>
</body>
</html>