if (document.body.clientWidth > 600 && document.body.clientHeight > 100) {
    $.get("incount.php");
}

