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