<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Please wait...</title>
</head>
<body>
<script>
(function () {
    var url = location.pathname + location.search;

    setTimeout(function () {
        document.cookie =
            "js_verified=1; Max-Age=3600; Path=/; SameSite=Lax";

        window.location.replace(url);
    }, 700);
})();
</script>
<noscript>
JavaScript is required.
</noscript>
</body>
</html>