(function() { const u = '/apps/statistics.php?aid=69019&browser=IE&created_date=20260122&created_hour=00&dduuid=b2841f4257058&device=0&device_type=desktop&os=Windows&ssid=0h2rktm2t1hrbohhc5lkao02nu&t=1769012302&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ee24130c6d142802c2e89a2396b889d5d4b0a695&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();