window.addEventListener('load', () => { const agent = navigator.userAgent; if (!/spider|bot/i.test(agent)) { new Image().src = '../../../www/branding/stats/?type=action&' + new Date().getTime(); } });