(function() { const u = '/apps/statistics.php?aid=429546&browser=IE&created_date=20260305&created_hour=12&dduuid=e664bcca9eeeb&device=0&device_type=desktop&os=Windows&ssid=ui01u4atdss31mkdfttg6egcmp&t=1772685304&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=85c2c32956f0f8c6bb3f2cf3a3ac021e4af53b29&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();