if(current_act == 'special/view') {
	// 统计专题点击
	if (typeof misc_statistic_update == "undefined" || misc_statistic_update != '1') {
		$.getJSON(base_dir + "index.php?r=ajax/count_view/special/" + sid, function(result){});
	}
}
