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