(function() { const u = '/apps/statistics.php?aid=234440&browser=IE&created_date=20260122&created_hour=09&dduuid=4feff484295a1&device=0&device_type=desktop&os=Windows&ssid=sr7ivo80lse60306bgq7kv1snc&t=1769044616&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=184f06878255611b9e53b71473d2d7678e3e236d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();