
// Provide a default path to dwr.engine
if (typeof this['dwr'] == 'undefined') this.dwr = {};
if (typeof dwr['engine'] == 'undefined') dwr.engine = {};

if (typeof this['statisticsService'] == 'undefined') this.statisticsService = {};

statisticsService._path = '/wikiwijs-portlets/dwr';

statisticsService.visit = function(p0, p1, callback) {
  dwr.engine._execute(statisticsService._path, 'statisticsService', 'visit', p0, p1, callback);
};


