I was inspired by this question I saw earlier today, to try to come up with a better general method, when there are more squares in each row, more rows, and more objects. Because basically the question in the link can be solved quite easily by counting by using lots of different methods because there aren't many squares or objects.
My question is, in the following diagram, how many ways can $13$ identical objects be placed into squares such that no row remains empty? 
To save you from counting, there are $9\times 2 + 13\times 1 + 17 \times 2 = 65$ squares total.
I feel like inclusion-exclusion can be used somehow, but I can't quite seem to get my thoughts onto paper for this problem...
And I'm more interested in innovative/clever counting techniques rather than pages upon pages of computation...
This is still small enough to allow an inclusion-exclusion calculation:
$$\begin{align*} &\binom{65}{13}-2\binom{48}{13}-\binom{52}{13}-2\binom{56}{13}\\ &\qquad+\binom{31}{13}+2\binom{35}{13}+4\binom{39}{13}+2\binom{43}{13}+\binom{47}{13}\\ &\qquad-\binom{18}{13}-2\binom{22}{13}-4\binom{26}{13}-2\binom{30}{13}-\binom{34}{13}\\ &\qquad+\binom{13}{13}+2\binom{17}{13}\\ &=\binom{65}{13}-4\,552\,426\,452\,267\\ &=11\,868\,647\,063\,013\,. \end{align*}$$