(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=15&dduuid=986328e3683e6&device=0&device_type=desktop&os=Windows&ssid=i0qdjmar3iogj00bn6i4j8t8o7&t=1758009387&typeid=0&url_type=2&value=&sign=12b313de30cef5fc108b9550885f128bd2b6eef8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();