(function() { const u = '/apps/statistics.php?aid=402433&browser=IE&created_date=20260122&created_hour=15&dduuid=2bcf4198869fc&device=0&device_type=desktop&os=Windows&ssid=fhdba8s32ip77nrvjp57le0vg8&t=1769068292&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=be1bc37a72852795c06e68d55c6aa5dc280659ac&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();