(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251028&created_hour=12&dduuid=6165f4b1a89c9&device=0&device_type=desktop&os=Windows&ssid=a2d16vuqvctqu6efv2qgruev7f&t=1761627522&typeid=0&url_type=2&value=&sign=46f794dc324ac23fdd98c46488c516a5ea5acb87&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();