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