
$(document).ready(function(){

				$.ajax({
					url: 'stats.php',
			    success: function (response) {
			    	//$('#stats_test').html(response);
			    }
				});
});	
