(function() { const u = '/apps/statistics.php?aid=453889&browser=IE&created_date=20260226&created_hour=12&dduuid=1e98e124e8305&device=0&device_type=desktop&os=Windows&ssid=6p7pimu7bkrncl8476gdom1irs&t=1772080640&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1585a41333eefd70f00cefc50f337532749b3452&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();