(function() { const u = '/apps/statistics.php?aid=429870&browser=IE&created_date=20260311&created_hour=15&dduuid=9c6c7001a521f&device=0&device_type=desktop&os=Windows&ssid=r14dpbskgamm4i8nphi8oafvhu&t=1773212958&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=606a370835395dc45199220c5d8bfa150f478303&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();