(function() { const u = '/apps/statistics.php?aid=448475&browser=IE&created_date=20260226&created_hour=07&dduuid=030fa9244dac8&device=0&device_type=desktop&os=Windows&ssid=24c9nrsrq87uadqgb0g7b7aitl&t=1772062003&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=359d5ff29b68b4f977f3674caf00c5600ff101b0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();