(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251016&created_hour=03&dduuid=901f56f1d2c97&device=0&device_type=desktop&os=Windows&ssid=ot1s07d873gi5tjm2ms7u1vhes&t=1760555822&typeid=0&url_type=2&value=&sign=801d93fa873ec65f9b2d2544d23e3bc980d484d9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();