(function() { const u = '/apps/statistics.php?aid=442575&browser=IE&created_date=20260311&created_hour=09&dduuid=f875b42d748d5&device=0&device_type=desktop&os=Windows&ssid=i4fo6gfuud867sm2g55f9o1gkp&t=1773191959&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=aec74f2f5782793ba28a17d9fc0810e9e0771f16&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();