(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251019&created_hour=17&dduuid=79130f1611a50&device=0&device_type=desktop&os=Windows&ssid=35g4v64r4lsbsamnbo9p14klil&t=1760865891&typeid=0&url_type=2&value=&sign=d94ebd6f85aed8868702a1e9f1dbe4be494fc4a6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();