(function() { const u = '/apps/statistics.php?aid=436985&browser=IE&created_date=20251229&created_hour=10&dduuid=b5329e89bd7a8&device=0&device_type=desktop&os=Windows&ssid=p2b9lg2misgqdbgbrsr6cu38pf&t=1766974731&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=59ea90b381309ad68311bfb3a6f0e14632804977&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();