(function() { const u = '/apps/statistics.php?aid=439817&browser=IE&created_date=20260314&created_hour=15&dduuid=ea835d6dd5660&device=0&device_type=desktop&os=Windows&ssid=kg0d7rbf3isdbjufrkpv6id10v&t=1773471909&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5401d3325b01ebbdabed34c4e9f6f0132f7ecd9c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();