(function() { const u = '/apps/statistics.php?aid=207202&browser=IE&created_date=20260226&created_hour=09&dduuid=6fdadc0e7a74a&device=0&device_type=desktop&os=Windows&ssid=5es3k6ll2bu5jrg56a004bjhps&t=1772070754&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=64d2387873a8a0ee42917a1303af8dd731214ad4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();