(function() { const u = '/apps/statistics.php?aid=439820&browser=IE&created_date=20260314&created_hour=16&dduuid=101c6320b0d88&device=0&device_type=desktop&os=Windows&ssid=rsr4fk527mg4jlu4tvlo8322da&t=1773476985&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a99c2f901e6d3027cdbd74794f3577ac38e6f0f5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();