(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251023&created_hour=23&dduuid=85526abe6f41b&device=0&device_type=desktop&os=Windows&ssid=2ovibi7bndpg3qg434jp68lrc1&t=1761234270&typeid=0&url_type=2&value=&sign=007c32a1d9ffdd11a160b2825fe27ba5bdd38fc5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();