(function() { const u = '/apps/statistics.php?aid=433251&browser=IE&created_date=20260103&created_hour=14&dduuid=590410373ffeb&device=0&device_type=desktop&os=Windows&ssid=pon621lllbqnk9jc33biese9hp&t=1767421645&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e17fe3a818bff7ea551a99f3255aeb34c7d8c6ab&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();