https://help.optimizely.com/Set_Up_Optimizely/Synchronous_and_Asynchronous_snippet_loading
(function(ss, el, path) {
el.async = true;
el.defer = true;
el.src = path;
el.type = 'text/javascript';
ss.parentNode.insertBefore(el, ss);
})(document.createElement('script'),