(function() { const u = '/apps/statistics.php?aid=455208&browser=IE&created_date=20260310&created_hour=15&dduuid=df03986781afc&device=0&device_type=desktop&os=Windows&ssid=7thism9aqc2u20eu46lt8e3cj7&t=1773128700&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f6056bc981511d98683a28de8a04b1232b1c6ea4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();