(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=22&dduuid=e01ff0f5cc49e&device=0&device_type=desktop&os=Windows&ssid=of81lf0886c0d0aia0b7qm7v7m&t=1757945176&typeid=0&url_type=2&value=&sign=11c20fcfdd0739ad433fb8239e92a34f023aa740&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();