(function() { const u = '/apps/statistics.php?aid=420081&browser=IE&created_date=20260103&created_hour=15&dduuid=eeaf83dc26eb9&device=0&device_type=desktop&os=Windows&ssid=uqvo746ivtacansp1eg3o6e9fd&t=1767424321&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=afa4e1b18cf584cb2ff512c11e9b2f77c4b9d61b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();