window.slyt_analytics = analytics; let slurl = 'https://app.shoplytics.de/secure/shopify-webpixel.js'; const firstPartyHost = 'https://stream.'+ window.location.hostname.replace(/^www\./, ''); const slpixel = document.createElement('script'); slpixel.async = false; fetch(firstPartyHost + '/secure/api.php?ping') .then(response => { if (response.status === 202) { window.slyt_analytics.firstPartyHost = firstPartyHost; slurl = firstPartyHost + '/secure/shopify-webpixel.js'; } }) .catch(() => {}) .finally(() => { slpixel.src = slurl; document.head.appendChild(slpixel); })