$(function(){
$('.icon-download').each(function() {
if((this.href).replace('http://','').replace('https://','').replace('www.','').split(/[/?#]/)[0] != document.location.hostname){
$(this).attr('href', 'https://apkdelisi.com/p/yonlendirme.html?url=' + this.href);
}
});
});


Bu şekilde dener misin?