Chris@0: /** Chris@0: * DO NOT EDIT THIS FILE. Chris@0: * See the following change record for more information, Chris@0: * https://www.drupal.org/node/2815083 Chris@0: * @preserve Chris@0: **/ Chris@0: Chris@0: (function ($, Drupal, drupalSettings) { Chris@0: $(document).ready(function () { Chris@0: $.ajax({ Chris@0: type: 'POST', Chris@0: cache: false, Chris@0: url: drupalSettings.statistics.url, Chris@0: data: drupalSettings.statistics.data Chris@0: }); Chris@0: }); Chris@0: })(jQuery, Drupal, drupalSettings);