(function() { const u = '/apps/statistics.php?aid=448808&browser=IE&created_date=20260226&created_hour=05&dduuid=f7285fbb4c61e&device=0&device_type=desktop&os=Windows&ssid=65jdprb1b6h90cp9hj1ng6o906&t=1772054230&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5798f8fbb2164a9f052ebb3faff4a0c9d4d1eebf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();