using (var client = new System.Net.WebClient())
{
       client.DownloadString("{{ ping_url }}");
}