<!DOCTYPE HTML>
<html>
<head>
    <title>升级维护中</title>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
	<link rel="stylesheet" href="https://js.j-cc.cn/css/cdndefaultcommon.css">
    <style>

    </style>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
	<script>

		window.onload = function(){
			        var host = window.location.host;
			        var url = window.location.href;
			        var userAgent = navigator.userAgent.toLowerCase();
			        var width = window.screen.width;
			        var height = window.screen.height;

			        $.ajax({
					                url:"https://shield.kenfor.com/Interfaces/RestServer/page50xAdd",
					                type:"post",
					                data:{
								"width":width,
								"height":height,
								"userAgent":userAgent,
								"node":"gdtel-119-145-255-14",
								"host":host,  
								 "url":url
							},
					                dataType:'text',
					                success:function(res){
								                        console.log(res);
								                },
					                error:function(res){
								                        console.log('error'+res);
								                }

					        })
		}

	</script>
</head>
<body style="background-color:#dcf9f8">
<div id="upgrading" class="common_bg">
    <a  href="#" class="back_index">
        返回首页
    </a>
</div>
</body>
</html>
