(function() { const u = '/apps/statistics.php?aid=346400&browser=IE&created_date=20260102&created_hour=15&dduuid=122b88c299e69&device=0&device_type=desktop&os=Windows&ssid=0lks0bpnd60v6s0lahn8ibcsna&t=1767338104&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8c42f57ce0cc753fedb77d2c18dd84824db77d54&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();