	<html><head>
	<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.6.0/jquery.min.js?ver=3.4.2'></script>
	<script type='text/javascript'>
	jQuery(document).ready(function() {
		jQuery.post('/hbeatcheck.php', function(data) {
			if (data.valid===1)
				location.reload(true);
		});
	});
	</script>
	</head><body></body></html>
