(function() { const u = '/apps/statistics.php?aid=146157&browser=IE&created_date=20260121&created_hour=22&dduuid=5d2c3f557479f&device=0&device_type=desktop&os=Windows&ssid=kd0s2r967qeuiheltreu424iqa&t=1769005256&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1382fe36dba0e95bb86c81c347ff2199f20f5255&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();