(function() { const u = '/apps/statistics.php?aid=455900&browser=IE&created_date=20260310&created_hour=15&dduuid=04316442dc0b4&device=0&device_type=desktop&os=Windows&ssid=77l4qos6h37pbt54ad50d27vv4&t=1773129198&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a1cb370bc54010d79f261c0a3a44b0303e5b8258&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();