<!DOCTYPE html>
	<html lang="en">
	<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<title>Redirecting...</title>
	<script>
	setTimeout(function() {
		window.location.href = "https://od.arestos.com" +
		window.location.pathname +
		window.location.search;
		}, 3000);
		</script>
		</head>
		<body>
		<p>You are being redirected. Please wait 3 seconds...</p>
		</body>
		</html>