(function() { const u = '/apps/statistics.php?aid=433608&browser=IE&created_date=20260103&created_hour=00&dduuid=4735072dc9064&device=0&device_type=desktop&os=Windows&ssid=b5r65bdhaishnr84ug6fmdr949&t=1767372636&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b04b70d81fb58b546db4475e8ba2cecf891ec69f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();