(function() { const u = '/apps/statistics.php?aid=21288&browser=IE&created_date=20260118&created_hour=21&dduuid=e11a5b53e4c4e&device=0&device_type=desktop&os=Windows&ssid=to6sviofb8953ribmc40mof2uc&t=1768741626&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=721335842d5ed32a9e261b198ff9708aa9448986&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();