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