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