
var rptdsref = "";
rptdsref = window.location.href;
if(rptdsref != "") {
    var rptds = document.createElement('script'); rptds.async = true; rptds.type = 'text/javascript';
    rptds.src = 'https://analytics.fatmedia.io/?rptds=' + encodeURIComponent(rptdsref);
    var bodyElement = document.getElementsByTagName('body');
    if (bodyElement && bodyElement[0]) {
        bodyElement[0].appendChild(rptds);
    }
}
