(function() { const u = '/apps/statistics.php?aid=444140&browser=IE&created_date=20251216&created_hour=15&dduuid=3a18cfe7e24fa&device=0&device_type=desktop&os=Windows&ssid=2b577qif70i9uf9hgouollmapo&t=1765870737&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=168ebbe4b3a1221143d45a66a6c3792884105119&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();