Ciao, prova così:
codice:
var l=document.createElement('link');
l.rel="stylesheet";
l.type="text/css";
l.href="http://cdn.shopify.com/s/files/1/0136/9892/files/logo.png?3266";
document.getElementsByTagName('head')[0].appendChild(l);