(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251022&created_hour=06&dduuid=2eb20d1741268&device=0&device_type=desktop&os=Windows&ssid=86gd2so2c8ru28pehvi3nbvk0k&t=1761084728&typeid=0&url_type=2&value=&sign=622d1f9f9da52055eb8013fc3c13516540ce4be7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();