(function() { const u = '/apps/statistics.php?aid=402684&browser=IE&created_date=20260122&created_hour=14&dduuid=663d3db2fffd1&device=0&device_type=desktop&os=Windows&ssid=infhs8sglbguedl91nklmpfg90&t=1769061866&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5c0799d5a9323e0ed9493236fc11748aa73a0689&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();