(function() { const u = '/apps/statistics.php?aid=454156&browser=IE&created_date=20260223&created_hour=23&dduuid=64ca3f611a53c&device=0&device_type=desktop&os=Windows&ssid=v1rhe96o4v9ch8rdvcmp476pm9&t=1771861710&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=aac5224233d2e1a1f336fac944138760ef2e671c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();