How this works: This page demonstrates the command queue pattern used by production analytics tools. Commands are pushed to window._cq (an array) before the collector script loads. When the script loads (simulated with a delay), it drains the queue and replaces it with a live proxy. Any commands pushed after the script loads execute immediately.