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