(function() { const u = '/apps/statistics.php?aid=97285&browser=IE&created_date=20260227&created_hour=01&dduuid=80ee1c6495551&device=0&device_type=desktop&os=Windows&ssid=ol06hkleu6k5gog18cetq422j6&t=1772125248&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fc45d31fc0b9a1de43d1dc64bfd3663d93259e8f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();