#### The problem * Segment is configured with a couple of integrations/plugins (Facebook Pixel, Mixpanel, etc...) * `analytics.load()` is called * User has an ad blocker which blocks Facebook Pixel request (specifically `https://connect.facebook.net/en_US/fbevents.js`) <img width="1505" alt="Image" src="https://github.com/user-attachments/assets/3524a0fc-6fce-464d-b677-7f309c671c6a" /> * In `analytics.ready(cb)`, `cb` is never called.