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