(function() { const u = '/apps/statistics.php?aid=324704&browser=IE&created_date=20260313&created_hour=23&dduuid=9574cee14fafc&device=0&device_type=desktop&os=Windows&ssid=40jea0s4a7lc4074bn8cauo16h&t=1773416771&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=41e6d805320652fb7a20c9296253a12e9d8cbee3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();