(function() { const u = '/apps/statistics.php?aid=453440&browser=IE&created_date=20260312&created_hour=02&dduuid=914a27e9680fc&device=0&device_type=desktop&os=Windows&ssid=lcig0qblfqbc817e04ofru4fj6&t=1773254724&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=61b115acb6dbbfd7bd1bdbd1cc7b813820780b6b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();