(function() { const u = '/apps/statistics.php?aid=406388&browser=IE&created_date=20260123&created_hour=20&dduuid=6b2df8855305c&device=0&device_type=desktop&os=Windows&ssid=0dto6jpp0m66a951vl0fqmh89i&t=1769170702&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=72e7adbafd28ce9fb2b2d470e7d8bba5d6b81ee3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();