(function() { const u = '/apps/statistics.php?aid=21&browser=IE&created_date=20260121&created_hour=16&dduuid=829f10421fa31&device=0&device_type=desktop&os=Windows&ssid=tfjtc67volsn03v1gni2qnjbcp&t=1768984467&typeid=5&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0df8c4e5374dd136a1bd114c28c8d376aa5804c2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();