(function() { const u = '/apps/statistics.php?aid=455377&browser=IE&created_date=20260310&created_hour=22&dduuid=68123ec825b96&device=0&device_type=desktop&os=Windows&ssid=2or8377utdhgjeh73650cula8h&t=1773154631&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4a275d9868f308db687bdb5a016016a2a6a1a40c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();