(function() { const u = '/apps/statistics.php?aid=165409&browser=IE&created_date=20260115&created_hour=10&dduuid=02bb511e84b80&device=0&device_type=desktop&os=Windows&ssid=ri74b3e9gqd57nd9stseor8a1p&t=1768443458&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d5f52210fa7185de9dd33fa7e05e622279fd4e68&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();