(function(){try{var k='zclaw_visitor',v=localStorage.getItem(k);if(!v){v=(crypto.randomUUID?crypto.randomUUID():Date.now()+'-'+Math.random());localStorage.setItem(k,v)}fetch('/site-growth/config?path='+encodeURIComponent(location.pathname)+'&visitor_id='+encodeURIComponent(v)).then(function(r){return r.json()}).then(function(r){var d=r.data&&r.data.data?r.data.data:r.data;if(!d||!d.active)return;d.changes.forEach(function(c){document.querySelectorAll(c.selector).forEach(function(el){if(c.property==='text')el.textContent=c.value;if(c.property==='href'&&/^\/(?!\/)/.test(c.value))el.setAttribute('href',c.value)})});var send=function(t){fetch('/site-growth/event',{method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify({experiment_id:d.experiment_id,variant_id:d.variant_id,visitor_id:v,event_type:t,page_path:location.pathname}),keepalive:true})};send('exposure');d.changes.forEach(function(c){if(c.property==='text'||c.property==='href')document.querySelectorAll(c.selector).forEach(function(el){el.addEventListener('click',function(){send('conversion')},{once:true})})})})}catch(e){}})();