(function() { const u = '/apps/statistics.php?aid=434655&browser=IE&created_date=20260313&created_hour=03&dduuid=11ffc93cb167a&device=0&device_type=desktop&os=Windows&ssid=qd39aeu9mqg25c0k80f6mh1i9c&t=1773343441&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a0f853f563d3733c851dfa272cc8d3d0e6d49250&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();