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