(function() { const u = '/apps/statistics.php?aid=406409&browser=IE&created_date=20260123&created_hour=17&dduuid=0726c5aace0e7&device=0&device_type=desktop&os=Windows&ssid=5qo5f2htdbd7e8r28vp466nn2a&t=1769162273&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f74c912dce1f68a2f9d537d656d720b03939155f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();