(function() { const u = '/apps/statistics.php?aid=419609&browser=IE&created_date=20260114&created_hour=12&dduuid=91d7d91610091&device=0&device_type=desktop&os=Windows&ssid=v4r3ss9b4a66h5n59enpsp4c5a&t=1768363343&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1a22f9190ad69a5814fc674c7352da8921017710&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();