(function() { const u = '/apps/statistics.php?aid=448252&browser=IE&created_date=20260310&created_hour=08&dduuid=3f29cc669799e&device=0&device_type=desktop&os=Windows&ssid=fvd2cjg69budeg2be1l8345o5d&t=1773101141&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=01764a7766448fdcf01daccecff0d367476c4d8c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();