(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251102&created_hour=16&dduuid=64bb56cd1f97c&device=0&device_type=desktop&os=Windows&ssid=5pjd9ucda50aoc6rmlt5152ro3&t=1762070701&typeid=0&url_type=2&value=&sign=6c53d3a3dc8b7eca20bfa8fe54591a5fb460f2c9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();