ATtiny13A + arduino bootloader

Hello everybody.
Sorry for my english.

I want to program my fresh microcontroller ATtiny13 via Arduino IDE 1.8.2 and USBasp. ATtiny13A have 1kB Flash.
If i burn bootloader on my microcontroller it will take more than 1kB flash space, so this won't work. How can i program this chip in other way?
Can i program my microcontroller via Arduino IDE without burning bootloader?

Load this add-in to your IDE and go from there

I don't understand this concept. They said:

Hit Burn Bootloader to burn the fuses. The "settings" are now stored on the microcontroller!

and:

You can still fit a lot of low level code into 1024 bytes

So.. when i hit "burn bootloader" it will save arduino bootloader on my microcontroller, so where is this stored?

For boards that do not use a bootloader, "burn bootloader" just sets the fuses. No bootloader is written for tinies like the t13a that do not use a bootloader.

When in doubt, the documentation for the third party hardware package ("core") you're using will describe what bootloader, if any, is used for which supported configurations.