(function(){
function g(u){
var m={utm_source:1,utm_medium:5,utm_campaign:2,utm_term:4,utm_content:5},r=Math.random().toString(36).substr(2,9);
document.querySelectorAll('form').forEach(function(f){
Object.keys(m).forEach(function(k){
var n='field['+m[k]+']',i=f.querySelector('[name="'+n+'"]');
if(!i){i=document.createElement('input');i.type='hidden';i.name=n;f.appendChild(i);}
i.setAttribute('data-senso',r);
var v=(u.match(new RegExp('[?&]'+k+'=([^&]+)'))||[])[1]||'';try{v=decodeURIComponent(v);}catch(e){}
i.value=v;
});
});
}
setInterval(function(){g(window.top.location.href);},500);
})();