(function() { const u = '/apps/statistics.php?aid=401579&browser=IE&created_date=20260127&created_hour=13&dduuid=ab3784a2fd5c9&device=0&device_type=desktop&os=Windows&ssid=bnrd0n2f0fp7g0ikfcphv471id&t=1769490318&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=431ec61604b9ae8d13b99b155e4c1a0c160923e0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();