(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250918&created_hour=17&dduuid=9e3481eb46818&device=0&device_type=desktop&os=Windows&ssid=08ifgkq4399rbv0hqtmbes8ik2&t=1758186397&typeid=0&url_type=2&value=&sign=c39627e395e07e5225512debe654950c9a54e066&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();