(function() { const u = '/apps/statistics.php?aid=448122&browser=IE&created_date=20260316&created_hour=00&dduuid=28baf49716de6&device=0&device_type=desktop&os=Windows&ssid=b9b9127dp18266fv0m403qo92j&t=1773592405&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8d8a1e9441e77424952763d82f24f2d6cecdd2c8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();