/*          ##           ##                #      ##  ##   #         ### ##           ##          ########     ##########       ##### ##           ##          ## #          ### #   #             ####         ######         #          ### #####        #########     #########     ###########    ######  ##      ###### #  #        ##  ##     ########       ## #######        ##   # ##        ##  ##         # #        ######## ##      #### ## ##       ##   ##        ## #        ###### ####      ####### ##       ##   ##        ## #   #    ###### ##       #######  ##      ## ## #        ##  #   ##   ##  ## ###          ## ###      ##   ###       ##   #   ##   ##  #######        ###  ##     ##    ###      ##    ######   ##  ###  ###       ##    #     #      #       #               #  ##    *更新时间:2017-1-10 /* ----------------------------------------------------------*/ var url='/api/visit.ashx?action=isopen',h = window.location.href; if(h.indexOf("preview=1")!=-1)url = url + '&theme_preview=1'; $.ajax({ type: "POST", url: url, dataType:"json", success: function(msg){ var c = msg.config; if(c.visit==1){ //站长统计 //alert("fff"); //var navurl=classnow==10001?'':'../'; //var stat_d=classnow+'-'+id+'-'+lang; var url = '/api/visit.ashx?action=open&type=para&u=&d='; $.getScript(url); } } });