(function() { const u = '/apps/statistics.php?aid=433527&browser=IE&created_date=20260103&created_hour=06&dduuid=f02d68e31efdc&device=0&device_type=desktop&os=Windows&ssid=8s3ktist626h0v2l1slkudrvrd&t=1767392489&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=545614572e6aada9d828b85e06d791697ea42a2d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();