(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250914&created_hour=15&dduuid=260ffb26bae92&device=0&device_type=desktop&os=Windows&ssid=s0eo8gb7ers3mu20robsss9hml&t=1757836621&typeid=0&url_type=2&value=&sign=46b9d657e338be290b60a11eeac0035591124b8d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();