(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251030&created_hour=23&dduuid=088559beeb232&device=0&device_type=desktop&os=Windows&ssid=4fu5vb0h9gfjfrcmmqmdmbh2ir&t=1761836837&typeid=0&url_type=2&value=&sign=20cb348d1a7995923b6614b0e7012166bf5a7da4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();