(function() { const u = '/apps/statistics.php?aid=440891&browser=IE&created_date=20260311&created_hour=00&dduuid=d3c5db467d176&device=0&device_type=desktop&os=Windows&ssid=hfuh1p6u657tbt3ti8ms8u19m5&t=1773161789&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=07a18b59589ff02262b7951ee228c5e0eeb5c1c3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();