Tracking code doesn’t work

I have the tracking code inserted correctly, but nothing shows up in matomo. The website in question is https://testwiki.wiki

There is a small JS error in your code:
var globalId = ;
it should be something like
var globalId = 123;
where 123 is your second site id, or
var globalId = false;
if you do not want to use a second site id