Can you give me a non-trivial example of a sequence $\{X_k\}_{k=1}^n$ of independent, and identically distributed random variables, such that, the pairwise products, $\{X_kX_{\ell}\}_{1\leq k<\ell \leq n}$ are all independent?
Of course, if $\{k,\ell\}\cap \{k',\ell'\}=\varnothing$, we automatically have this, and since $(k,\ell)\neq \{k',\ell'\}$, it boils down to giving an example where $X_kX_\ell$ and $X_kX_{\ell'}$ are always independent, whenever $\ell\neq \ell'$ and $\ell,\ell'\neq k$.
I don't know what you mean by non-trivial but consider this example: $P(X = 1) = P(X = -1) = \frac 1 2$
Knowing that the product is -1 or 1 doesn't change the probability for other products. $P(X_i = 1|X_i.X_j = 1) = \frac 1 2$ and $P(X_i = -1|X_i.X_j = 1) = \frac 1 2$ because 1*1 and -1*-1 happen with the same probability.
Then we can write $$P(X_i.X_k = 1|X_i.X_j = 1) = P(X_k = 1|X_i.X_j = 1, X_i=1 ).P(X_i = 1|X_i.X_j = 1) + P(X_k = -1|X_i.X_j = 1, X_i=-1 ).P(X_i = -1|X_i.X_j = 1) = \frac 1 2 $$
$$P(X_i.X_k = 1|X_i.X_j = -1) = P(X_k = 1|X_i.X_j = -1, X_i=1 ).P(X_i = 1|X_i.X_j = -1) + P(X_k = -1|X_i.X_j = -1, X_i=-1 ).P(X_i = -1|X_i.X_j = -1) = \frac 1 2 $$
$$P(X_i.X_k = 1) = P(X_k = 1| X_i=1 ).P(X_i = 1) + P(X_k = -1|X_i=-1 ).P(X_i = -1) = \frac 1 2 $$
Since the conditional probability is the same as unconditional, you can say they are independent.
Hope it helps