
xpath = function(e) {
    for (var t = [], a = document.evaluate(e, document, null, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null), n = 0; n < a.snapshotLength; n += 1) t.push(a.snapshotItem(n));
    return t
}, appendIframe = function(e) {
    var t = document.createElement("div");
    t.setAttribute("id", "conversion_container"), t.style.height = "0px", t.style.width = "0px", t.style.overflow = "hidden";
    var a = document.createElement("iframe");
    a.setAttribute("src", e), a.setAttribute("frameborder", "0"), a.setAttribute("height", "0"), a.setAttribute("width", "0"), a.setAttribute("noresize", "0"), a.setAttribute("id", "convframe"), a.setAttribute("name", "convframe"), a.setAttribute("allowtransparency", "true");
    var n = document.getElementsByTagName("script"),
        r = n[n.length - 1];
    t.appendChild(a), r.parentNode.appendChild(t)
}, trackJoMeter = function() {
    var e = "";
    e = "https://www.jometer.com/v2/track?cgc=7SIpn_oh&cga=3", appendIframe(e);
};
try {
    trackJoMeter()
} catch (e) {};
      