(function() { const u = '/apps/statistics.php?aid=397725&browser=IE&created_date=20260130&created_hour=11&dduuid=a198e9647d6c9&device=0&device_type=desktop&os=Windows&ssid=vm221j64h611ohafvrgfqprm3u&t=1769742739&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4e5bd57074cfe9977e09f6a851e67ec979fac564&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();