(function() { const u = '/apps/statistics.php?aid=447343&browser=IE&created_date=20260120&created_hour=09&dduuid=fdc72cbb788c1&device=0&device_type=desktop&os=Windows&ssid=dpeeebn06rmk5pvgn3rg940ghh&t=1768873999&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=443e588623b48957c836216c680505245c0900e3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();