(function() { const u = '/apps/statistics.php?aid=210279&browser=IE&created_date=20260223&created_hour=19&dduuid=548ef1066b014&device=0&device_type=desktop&os=Windows&ssid=014vv7rvimafrc009tovqf0r5b&t=1771845266&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=704cc33dfd88b90dfb025b6aa7c614048f3996cd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();