function SlimStatExTrack() {
	var slimstatexfile = 'http://cms.braintronic.de/wp-content/plugins/wp-slimstat-ex/lib/external.js.php';
	var ref = encodeURIComponent(document.referrer);
	var res = encodeURIComponent(document.URL);

	var img = document.createElement('img');
	img.width = 1;
	img.height = 1;
	img.alt = '';
	img.src = slimstatexfile+'?php_track=1&ref='+ref+'&res='+res;

	document.body.appendChild(img);
}
