(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=14&dduuid=4d7539ff31795&device=0&device_type=desktop&os=Windows&ssid=foa87kfgknf0alkglq80e4inh9&t=1758004029&typeid=0&url_type=2&value=&sign=70e8b35056bced18dc963e1f6642c573fa8ca0bb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();