(function() { const u = '/apps/statistics.php?aid=455920&browser=IE&created_date=20260303&created_hour=13&dduuid=b97c62268ec8d&device=0&device_type=desktop&os=Windows&ssid=si3d3bggqo72dqmm79sqbc31r5&t=1772514015&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b4018f53eeb2bd0dd6bdeef6a38675217198c408&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();