(function() { const u = '/apps/statistics.php?aid=455146&browser=IE&created_date=20260223&created_hour=22&dduuid=fe9705c3fcb3c&device=0&device_type=desktop&os=Windows&ssid=otj6go1kqnlhf8o02hici3ahes&t=1771856599&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=29a134ffe334f1ef7a41fdf9889fc490d032f1fe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();