(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=14&dduuid=13855468c2514&device=0&device_type=desktop&os=Windows&ssid=cbd5n0kegfv0r05rp4s8cb9f33&t=1758002888&typeid=0&url_type=2&value=&sign=e3130dbf609a7d3052126a69ccd77ddaaef50abb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();