(function() { const u = '/apps/statistics.php?aid=74452&browser=IE&created_date=20260112&created_hour=09&dduuid=59faa90739c2d&device=0&device_type=desktop&os=Windows&ssid=s9k5aait7jkrbtahak8ru16519&t=1768179889&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ef70fa53296a00d45cb5da223798d9758eb8eeb2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();