(function() { const u = '/apps/statistics.php?aid=446899&browser=IE&created_date=20260312&created_hour=02&dduuid=fc9924721f0ff&device=0&device_type=desktop&os=Windows&ssid=iut20q77n4rpvbchhsv60088ov&t=1773255016&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d70049079134429d2a0b4d56640b3d81a8a6c19b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();