Yes, one beside Lemmy out of necessity. There is this app called LINE that started as a humble instant messaging service to serve as a communication aid during the Tohoku Earthquake in Japan. Now it tries to be everything: payment, shopping, interest groups, food ordering, ride calling, music, news, loaning money, etc.
I only use the LINE core function to get by every day, because everyone around me is using it, casually and professionally. My country is using it for everything, even in governmental affairs. It’s however only very popular in Japan, Taiwan, Indonesia, and Thailand, where I reside. There are theories regarding why it is so popular in those countries, but one I believe is its “cuteness” functionality, where you can send “stickers” to each other, something like an elaborated emoji.
Others have answered your question. I would like to add that when you want to “dismantle” the URL, there is a practice in cyber security called URL Defanging. Protocols are escaped, such that http becomes hxxp. Other significant symbols that are :// becomes [://] and . becomes [.]
Combining these, your URL becomes: hxxp[://]bom07s30-in-x03[.]1e100[.]net/
Which will be safer for others to navigate. It will take an extra effort to revert it back to the functional URL. Tools like CyberChef can perform this action if you seek a more streamlined solution.