(function() { const u = '/apps/statistics.php?aid=443037&browser=IE&created_date=20260223&created_hour=21&dduuid=ca1d4f492da75&device=0&device_type=desktop&os=Windows&ssid=jtf118us5g0beb4kv2scn3ob4s&t=1771854783&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cefed9be47468422d9f8f34411c74178f54035f8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();