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