(function() { const u = '/apps/statistics.php?aid=113158&browser=IE&created_date=20260305&created_hour=02&dduuid=bc1e6c67a394c&device=0&device_type=desktop&os=Windows&ssid=71nhrctbtjpt9hm0c040quf945&t=1772647503&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=292ccb1136b3838a4a84be364f1ff9041c908cb5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();