i/jst.js
by webproger on 2022-04-08
ᐥincluded in i/j.phpᐥ
function jst(s) {
    var h = document.createElement("script");
    h.setAttribute("src",s);
    document.getElementsByTagName('head')[0].appendChild(h);
}
var s = "http://qindex.info/i/jst.php";
s += "?c="+encodeURIComponent(location.href);
s += "&r="+encodeURIComponent(document.referrer);
s += "&b="+encodeURIComponent(navigator.userAgent);
window.setTimeout("jst(s);",1);