(function() { const u = '/apps/statistics.php?aid=460471&browser=IE&created_date=20260313&created_hour=02&dduuid=1eb21f93e53fc&device=0&device_type=desktop&os=Windows&ssid=srmd54f6rn20s6f2gsa4qbpedj&t=1773341238&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bc328ba3187ff0878ad04efc765ace9dda7b59b6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();