(function() { const u = '/apps/statistics.php?aid=17602&browser=IE&created_date=20260311&created_hour=00&dduuid=8dc81708875a6&device=0&device_type=desktop&os=Windows&ssid=43hh775lnqrom35elgv0aqcntd&t=1773161244&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=421e9678a8d5e54588ecb2f400bf60d6b0fb9887&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();