(function() { const u = '/apps/statistics.php?aid=456140&browser=IE&created_date=20260227&created_hour=07&dduuid=cbd73877b0201&device=0&device_type=desktop&os=Windows&ssid=1fvb6qgpf19n303sehs6boapns&t=1772147049&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c6b969de2dd19c95426b2619d97fb812b62b46ad&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();