(function() { const u = '/apps/statistics.php?aid=442407&browser=IE&created_date=20260304&created_hour=11&dduuid=b39ca70a40f86&device=0&device_type=desktop&os=Windows&ssid=ccni0avtb9rm799rf6d8e9c3gv&t=1772594906&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8061ed64d62feeca4f2948d54ac255aa22d7b364&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();