(function() { const u = '/apps/statistics.php?aid=405954&browser=IE&created_date=20260225&created_hour=09&dduuid=f889cb66e3bde&device=0&device_type=desktop&os=Windows&ssid=gtdcl7njir2igrs9oliibd9mlk&t=1771982561&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f305682b24bde265d3b11a2c9bc3ed0760d59ee7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();