(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250917&created_hour=13&dduuid=b0cdcdb7293da&device=0&device_type=desktop&os=Windows&ssid=cqm3mlh3gqh727ks59pnu9lpcp&t=1758086607&typeid=0&url_type=2&value=&sign=3c32e812c5d6ebf62f6204c4f5845f144cce5a48&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();