(function() { const u = '/apps/statistics.php?aid=456013&browser=IE&created_date=20260312&created_hour=06&dduuid=646467d610b87&device=0&device_type=desktop&os=Windows&ssid=7sji3s3c4ha5t3hdg2pmigpdsc&t=1773267957&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1a4ac5a25affc7429e541eb7b456f1c77c8b1202&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();