
var statUrl = "stat.jsp?referer=" + escape(document.location ) ;
var script = "<script src=\""+statUrl+"\"></script>";
document.write(script);

