(function() { const u = '/apps/statistics.php?aid=141241&browser=IE&created_date=20260305&created_hour=11&dduuid=27cc68900682e&device=0&device_type=desktop&os=Windows&ssid=ucccs469q4i7eo7el5qm7mcro3&t=1772681671&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d1af428c2d1a8bdc580fd0c02d50939a4c8c55d0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();