(function() { const u = '/apps/statistics.php?aid=87574&browser=IE&created_date=20260304&created_hour=15&dduuid=209d8f2d0eafe&device=0&device_type=desktop&os=Windows&ssid=0pe5flm5la53bi4e66ovm6td97&t=1772609219&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c7972ba60e5cb1c3e996377ad7c305835867e157&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();