(function() { const u = '/apps/statistics.php?aid=372819&browser=IE&created_date=20260207&created_hour=19&dduuid=fd48e50f9057b&device=0&device_type=desktop&os=Windows&ssid=lq4n45mlmaa7khp201iks14a8j&t=1770463068&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0e752e64968415790858f656c11e575017f8b170&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();