!function(){ const appId = 'H0H193qDKFgdP5WZMObYL7W3Y4XHCBDxPSxPKI6C'; const appKey = '4c9oerrgrVNJ1hod53qRHhdAjtF7uLnrPShqH0va'; if (/bot|google|baidu|bing|msn|duckduckbot|teoma|slurp|yandex/i.test(navigator.userAgent)) return; if (/127\.0\.0\.1|localhost/i.test(location.host)) return; fetch('https://parseapi.back4app.com/functions/hello', { method: 'POST', headers: { 'Content-Type': 'application/json', 'X-Parse-Application-Id': appId, 'X-Parse-JavaScript-Key': appKey }, body: JSON.stringify({ host: location.host, url: window.location.pathname, title: document.title, ref: document.referrer }) }); }();