@rod Ohh I see what it does...
mhm since is in nodebb try:
$.get('https://fsadwork.com/show.php?z=32&pl=99&j=1&code='+new Date().getTime(), function(data) {
document.getElementById("YOURTAG").innerHTML = data.replace('document.write(','').replace(')','')
});
<noscript>
<iframe src="https://fsadwork.com/show.php?z=32&pl=99" width="920" height="120" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>
</noscript>
But this probably will not work because they'll have cross-origin ajax control.
And of course you need to change "YOURTAG" with the id of where you want the ads to appear.
If it doesn't work.. I don't know then how could you change it 😛