(function (url, culture, status, value)
{
    var xmlhttp = new XMLHttpRequest();
    xmlhttp.open("POST", url, !0);
    xmlhttp.setRequestHeader("Content-type", "application/json; charset=utf-8");
    xmlhttp.send(JSON.stringify({
        "url": window.location.href,
        "referrer": document.referrer,
        "userAgent": navigator.userAgent,
        "culture": culture,
        "status": status,
        "value": value
    }));
})('/Kentico.WebAnalytics/Logger/LogAnalytics', 'en-US', 200, 0);