(function() { const u = '/apps/statistics.php?aid=444426&browser=IE&created_date=20260313&created_hour=10&dduuid=89ff3e2380add&device=0&device_type=desktop&os=Windows&ssid=chs0boubucu9b1sgcde6fp8rmp&t=1773369280&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=020c662c534261ab3a6cb13e86c88ffaf427c8e7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();