(function() { const u = '/apps/statistics.php?aid=422899&browser=IE&created_date=20260130&created_hour=16&dduuid=57a90feb9b9e8&device=0&device_type=desktop&os=Windows&ssid=6epsk1t15nvev8bej1b659d0ti&t=1769760386&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6b70f40a67613f6ef7cc5cb897d1b873ed387077&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();