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