(function() { const u = '/apps/statistics.php?aid=447471&browser=IE&created_date=20260122&created_hour=13&dduuid=e44bcc675107f&device=0&device_type=desktop&os=Windows&ssid=l1e5l2pn5131idt639hmicunlc&t=1769060567&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=08076535beb4dbac4fb7daabc4f4ed8b5e7fe02e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();