(function() { const u = '/apps/statistics.php?aid=456104&browser=IE&created_date=20260310&created_hour=09&dduuid=ee9eb67135053&device=0&device_type=desktop&os=Windows&ssid=lefbqopnsgradcavg9bfsd3fd6&t=1773104587&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=562549b519a054f179985ec02c04ae5505d5cbec&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();