(function() { const u = '/apps/statistics.php?aid=408418&browser=IE&created_date=20260227&created_hour=12&dduuid=2f3f31d6c41ce&device=0&device_type=desktop&os=Windows&ssid=55t233u3a5cmc304gddl72o4hj&t=1772164813&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b5709971a371ec1444cc9d9beac74bae8805e2e7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();