(function() { const u = '/apps/statistics.php?aid=456384&browser=IE&created_date=20260227&created_hour=01&dduuid=74ab7bff6e607&device=0&device_type=desktop&os=Windows&ssid=644o8hth62ns8gqa6bvndqdfd4&t=1772126719&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e8f88ed355b2c6cdcdb56979e9e01238c7bb7d02&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();