(function() { const u = '/apps/statistics.php?aid=99873&browser=IE&created_date=20260301&created_hour=12&dduuid=321f84fb7b2e6&device=0&device_type=desktop&os=Windows&ssid=45a3517gv3qefvs8hulufrn6pt&t=1772339685&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=85a2baf64f6b2c7ef144914380a0d8366d553474&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();