window.Statistics = Backbone.Model.extend({
defaults: {
},
url: function() {
return "../statistics";
});