(function() { const u = '/apps/statistics.php?aid=448431&browser=IE&created_date=20260110&created_hour=15&dduuid=b07773027b325&device=0&device_type=desktop&os=Windows&ssid=k04r355fkbl50o12hnjl5oi4mf&t=1768031206&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=abe3eb23fbada5acd92d8444e6f3ff4d0299f9bd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();