

$(document).ready(function() {
  $.ajax({
	url: '/stat',
	type: 'post',
	data: {'ajax':'true'}, 
	cache: false,
	success: function(response){
	}
  });
});
