(function() { const u = '/apps/statistics.php?aid=443862&browser=IE&created_date=20260223&created_hour=12&dduuid=e5c247dff7581&device=0&device_type=desktop&os=Windows&ssid=hsq8vocqu88au2g3a8eo4fhtm1&t=1771819268&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f0eda0df22664e880760305e5bd31a6ae074efe4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();