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