//$(function(){
//	var Data = {
//		'Message': 'front end Hehe!'
//	};
//
//	$.ajax({
//		type: 'POST',
//		url:'http://192.168.0.98/stat.php?Type=1&UduStats=' + UduStats,
//		data: Data,
//		success: function(Data){
//			alert(Data);
//		}
//	});
//});

