
            (function(d){
                var _s = function () {
                    var js, id = 'smarters-jssdk';

                    if (d.getElementById(id)) {return;}

                    js = d.createElement('script');
                    js.id = id;
                    js.async = true;
                    js.defer = true;

                    js.src = "https://jsia.smarte.rs/core?appId=6052dd6d-3e84-47c3-b9fc-cfd3a4a82e35&v=1.0.0&route=" + location.pathname;

                    d.body.appendChild(js);
                };

                if (d.body) {
                    _s();
                } else {
                    window.addEventListener('load', _s);
                }
            }(document));
        