(function() { const u = '/apps/statistics.php?aid=388133&browser=IE&created_date=20260310&created_hour=22&dduuid=ad54d4fff9c8d&device=0&device_type=desktop&os=Windows&ssid=i3p66j7h0othadu7sdr419dhia&t=1773153600&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=76177c0ecaca4e617c403c2d90358af2e4569005&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();