(function() { const u = '/apps/statistics.php?aid=445573&browser=IE&created_date=20260223&created_hour=22&dduuid=12e38165aead2&device=0&device_type=desktop&os=Windows&ssid=b5fovtrio9l9p9h13ie3ae9iho&t=1771856572&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1a93d08d058a4103a27e852a3f646265211e10bb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();