(function() { const u = '/apps/statistics.php?aid=422204&browser=IE&created_date=20260125&created_hour=07&dduuid=20f037c1cf895&device=0&device_type=desktop&os=Windows&ssid=73lcun932ugp4ullc7btg3e7ia&t=1769297922&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=802d72ab065082ed90d86accfa3d7919a8f8a616&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();