(function() { const u = '/apps/statistics.php?aid=207129&browser=IE&created_date=20260227&created_hour=03&dduuid=1f45e796281fb&device=0&device_type=desktop&os=Windows&ssid=ihgt4n5fv3c10kq0o27069khm7&t=1772132427&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=119267af075c3cd73c7281ff76432e30bda34bc5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();