(function() { const u = '/apps/statistics.php?aid=454159&browser=IE&created_date=20260201&created_hour=05&dduuid=5b8948540d50b&device=0&device_type=desktop&os=Windows&ssid=27pal0ppbc0t9avdc9iov0apuk&t=1769895587&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=96d9dba994b6933cf0077a12c6e55af5b4f9da6f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();