(function() { const u = '/apps/statistics.php?aid=448958&browser=IE&created_date=20260114&created_hour=00&dduuid=92f780c7d503b&device=0&device_type=desktop&os=Windows&ssid=cvjp6gks5vtcaahga7a5mn8l1j&t=1768321797&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=27c5e3a8a1b99392325c80e9e498b692e7f10199&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();