(function() { const u = '/apps/statistics.php?aid=431301&browser=IE&created_date=20260310&created_hour=06&dduuid=166f545354aff&device=0&device_type=desktop&os=Windows&ssid=2ebunvldqqkgdrmt5448ekp230&t=1773096708&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6cceb4fe0e3b054d966bcc133224fb90c0db696f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();