(function() { const u = '/apps/statistics.php?aid=397223&browser=IE&created_date=20260224&created_hour=07&dduuid=d4fc0ccb892a4&device=0&device_type=desktop&os=Windows&ssid=ouqpugv2eqh2c654qgqiq07usm&t=1771890782&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8c6d128e459752420019782f241942f837d516ff&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();