(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251109&created_hour=18&dduuid=d500aad621d94&device=0&device_type=desktop&os=Windows&ssid=7ptbbj9pmcn1nub7i8l540i1p4&t=1762682883&typeid=0&url_type=2&value=&sign=95fe6537d427c4d1606850d1cfcd0e80beffd35a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();