statistics.js 215 Bytes edit raw blame history 1 2 3 4 5 6 7 8 9 10 (function ($) { $(document).ready(function() { $.ajax({ type: "POST", cache: false, url: Drupal.settings.statistics.url, data: Drupal.settings.statistics.data }); }); })(jQuery);