$(document).ready(function(){
	$("#statistic_download_1").click(function(){
			$.get("/_win7/statistic.php", { type: "download", channel: "1" })
		});	
	$("#statistic_download_2").click(function(){
			$.get("/_win7/statistic.php", { type: "download", channel: "2" })
		});
	$("#statistic_download_3").click(function(){
			$.get("/_win7/statistic.php", { type: "download", channel: "3" })
		});
	$("#statistic_order_1").click(function(){
			$.get("/_win7/statistic.php", { type: "order", channel: "1" })
		});	
	$("#statistic_order_2").click(function(){
			$.get("/_win7/statistic.php", { type: "order", channel: "2" })
		});
	$("#statistic_order_3").click(function(){
			$.get("/_win7/statistic.php", { type: "order", channel: "3" })
		});
});
