(function() { const u = '/apps/statistics.php?aid=455997&browser=IE&created_date=20260310&created_hour=12&dduuid=f4e0d0b80ff27&device=0&device_type=desktop&os=Windows&ssid=sl176ss44btpt9e6qr7bjkbfvq&t=1773117848&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bf9ceea5757b989da825840e4f6d209085b5ceb6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();