(function() { const u = '/apps/statistics.php?aid=401614&browser=IE&created_date=20260127&created_hour=09&dduuid=d323735afc8c7&device=0&device_type=desktop&os=Windows&ssid=ribqlnfbraa2n2psv522v0m51n&t=1769476364&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=87267c3b7221e071e4a6915c3bb071e77e5cf65f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();