(function() { const u = '/apps/statistics.php?aid=427450&browser=IE&created_date=20260224&created_hour=18&dduuid=55dfb16ea44fc&device=0&device_type=desktop&os=Windows&ssid=692fdk2q5hqfe8e0lkhm75khc7&t=1771929776&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6f2d2a3896545f4ed65f996734fc714357259f14&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();