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