<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Document</title>
</head>
<body  style="background:#222;">

	<div style="width:680px; margin:0 auto; padding:60px 0 0 0;">
	<img  src="/images/404_dark.png" alt="cuowu">

	<a id="Btn" style="border-radius:10px; width:160px; height:50px; border:2px solid #eeeeee; display:block; margin:30px auto; text-decoration:none; text-align:center; line-height:50px; color:#eeeeee; font-weight:bold; " href="//www.iixiw.com">返回首页</a>
</div>
 <div class="wrapper">
          <h3 style="text-align:center;font-size:20px; color:#eeeeee; padding-top:30px;">您访问的页面不存在，即将跳转到一流资源网首页。</h3>
          <p  style="text-align:center; color:#eeeeee;" class="tm">本页<span id="time">5</span>秒内自动跳转...</p>

      </div>

<script type="text/javascript">
function sendStats(url){
    var n = "log_"+ (new Date()).getTime();
    var c = window[n] = new Image();
    c.onload = (c.onerror=function(){window[n] = null;});
    c.src = '//www.iixiw.com' + url;
    c = null;  
}

var time = document.getElementById('time');
var btn = document.getElementById('Btn');
function count(){
    if( +time.innerHTML > 0 ){
        time.innerHTML = time.innerHTML - 1;
    }else{
        sendStats('gotobaidu');
        location.href = btn.href;
    }
}
setInterval(count , 1000);


      </script>
</body>
</html>