<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">$(document).ready(function() {
	var img = new Image(1, 1);
	img.src = config.ShopPath + '/index.php?action=track_visitor&amp;' + new Date().getTime();
	img.onload = function() { return true; };
});
</pre></body></html>