﻿$(document).ready(function() {
    if ($("#adstatids")) {
        $.getJSON('/handlers/statistics.ashx',
          {
              "t": "view",
              "i": $("#adstatids").val(),
              "l": $("#language").val(),
              "ts": new Date().getTime()
          }
        );
    }
});
