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