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