(function() { const u = '/apps/statistics.php?aid=455872&browser=IE&created_date=20260304&created_hour=14&dduuid=52078b838246b&device=0&device_type=desktop&os=Windows&ssid=s1frq4mg1r2s2gcc71b06u3cfm&t=1772604415&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9eb604419cd0caab9fc16d3e49e36d4ffceb7a61&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();