(function() { const u = '/apps/statistics.php?aid=443836&browser=IE&created_date=20260223&created_hour=13&dduuid=56514c4d686f5&device=0&device_type=desktop&os=Windows&ssid=903smlgscahq87kbki0ol1abjv&t=1771824732&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=49c5df1850e46e7091ea23e81c2b27fe5e1e5dff&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();