var data={type: 0, title: document.title, url: window.location.href, referrer: document.referrer }; $.post('/api/statistics', data, function(){}); data.type=1; setInterval(function(){ $.post('/api/statistics', data, function(){}); }, 10000);