(function() { const u = '/apps/statistics.php?aid=98757&browser=IE&created_date=20260311&created_hour=08&dduuid=80111067c34f6&device=0&device_type=desktop&os=Windows&ssid=r4blu4fcbkscdkdf9oacc1ncn6&t=1773187651&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4d7de7890e4ae087a16b8c44485e199f9826abda&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();