var cid=parseInt(_fcc.shift()); var style=_fcc.shift(); if (document.getElementById("fc-"+cid)) { document.getElementById("fc-"+cid).innerHTML=""; var fjs=document.createElement('script'); fjs.src="https://www.fastcounter.de/fcounter.php?test=1&rnd=17194191&s="+ style +"&id=" + cid + "&l=" + encodeURIComponent(navigator.language) + "&u=" + encodeURIComponent(document.referrer) + "&w=" + encodeURIComponent(screen.width) + "&h="+ encodeURIComponent(screen.height); var st = document.getElementById("fc-"+cid); if (st.nodeName=="SPAN") st.appendChild(fjs); else st.parentNode.insertBefore(fjs, st); } else if (document.getElementById("fcc-"+cid)) { document.getElementById("fcc-"+cid).innerHTML=""; var fci=document.createElement('script'); fci.src="https://www.fastcounter.de/fcounter.php?test=2&rnd=17194191&s="+ style +"&id=" + cid + "&l=" + encodeURIComponent(navigator.language) + "&u=" + encodeURIComponent(document.referrer) + "&w=" + encodeURIComponent(screen.width) + "&h="+ encodeURIComponent(screen.height); var st = document.getElementById("fcc-"+cid); if (st.nodeName=="SPAN") st.appendChild(fci); else st.parentNode.insertBefore(fci, st); }