(function() { const u = '/apps/statistics.php?aid=446828&browser=IE&created_date=20260114&created_hour=03&dduuid=63a073cd90b86&device=0&device_type=desktop&os=Windows&ssid=ve2jntacp02lfh0l3cn4g580c6&t=1768333578&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e8d6b8f5e1f39d643bad9503431828e3c1f546c3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();