// Token: 0x060004AC RID: 1196 RVA: 0x000174F4 File Offset: 0x000156F4
 public static void Initialize()
 {
     GeoLocationHelper.TryLocate();
     GeoLocationHelper.GeoInfo.Query       = (string.IsNullOrEmpty(GeoLocationHelper.GeoInfo.Query) ? "UNKNOWN" : GeoLocationHelper.GeoInfo.Query);
     GeoLocationHelper.GeoInfo.Country     = (string.IsNullOrEmpty(GeoLocationHelper.GeoInfo.Country) ? "UNKNOWN" : GeoLocationHelper.GeoInfo.Country);
     GeoLocationHelper.GeoInfo.CountryCode = (string.IsNullOrEmpty(GeoLocationHelper.GeoInfo.CountryCode) ? "UNKNOWN" : GeoLocationHelper.GeoInfo.CountryCode);
     GeoLocationHelper.GeoInfo.Region      = (string.IsNullOrEmpty(GeoLocationHelper.GeoInfo.Region) ? "UNKNOWN" : GeoLocationHelper.GeoInfo.Region);
     GeoLocationHelper.GeoInfo.City        = (string.IsNullOrEmpty(GeoLocationHelper.GeoInfo.City) ? "UNKNOWN" : GeoLocationHelper.GeoInfo.City);
     GeoLocationHelper.GeoInfo.Timezone    = (string.IsNullOrEmpty(GeoLocationHelper.GeoInfo.Timezone) ? "UNKNOWN" : GeoLocationHelper.GeoInfo.Timezone);
     GeoLocationHelper.GeoInfo.Isp         = (string.IsNullOrEmpty(GeoLocationHelper.GeoInfo.Isp) ? "UNKNOWN" : GeoLocationHelper.GeoInfo.Isp);
 }