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