(function() { const u = '/apps/statistics.php?aid=414474&browser=IE&created_date=20260118&created_hour=14&dduuid=8ef193a6a42e3&device=0&device_type=desktop&os=Windows&ssid=q0qdcrumhae926tobi8nfep1ts&t=1768717294&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=964afd489f55dd04603acb2cb0bc57a844689ab2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();