;(function($,_,undefined){"use strict";ips.controller.register('nexus.admin.customer.stats',{initialize:function(){var scope=$(this.scope);ips.getAjax()(scope.attr('data-standingUrl')).done(function(response){scope.html(response);$(document).trigger('contentChange',[scope]);});},});}(jQuery,_));;