(function() { const u = '/apps/statistics.php?aid=451918&browser=IE&created_date=20260225&created_hour=13&dduuid=1622f5d18f5e5&device=0&device_type=desktop&os=Windows&ssid=bo1876ad4va6vfq3o6p8rrstm7&t=1771996682&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6ff58a319bd4f2c48950b444bc4229f8fd87b947&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();