getInstanceOrNull
Gets the singleton PingManager instance if it exists, without creating a new one.
This method is useful for scenarios where you don't have Context instance and want to interact with the PingManager only if it has already been initialized, without triggering initialization.
Return
The existing PingManager instance, or null
if not yet initialized