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