            (function(){
                var css1 = document.createElement('link');
                css1.rel = "stylesheet";
                css1.type = "text/css";
                css1.href = "https://export.otpusk.com/jsapi/order.min.css";
                document.head.appendChild(css1);

                var css2 = document.createElement('link');
                css2.rel = "stylesheet";
                css2.type = "text/css";
                css2.href = "https://export.otpusk.com/os/templates/css/font-awesome.css";
                document.head.appendChild(css2);

                var s = document.createElement('script');
                s.src = "https://export.otpusk.com/jsapi/order.min.js?_time=";
                s.async = false;
                
                document.currentScript.parentNode.insertBefore(s, document.currentScript.nextSibling);
            })();
