
		(function() {
			const url = new URL(window.location.href);
			const pixel = "https://pixel-us.r2drtb.com/pixel?auth=d796s9&event=regstarted&site=" + window.location.host + "&ln=" + navigator.language;
			const img = document.createElement('img');
			img.style.width = '0px';
			img.style.height = '0px';
			img.src = pixel;
			document.body.appendChild(img);
		})();