(function() { const u = '/apps/statistics.php?aid=435066&browser=IE&created_date=20260101&created_hour=07&dduuid=3d91726f0b267&device=0&device_type=desktop&os=Windows&ssid=are91r2144d3hmiu4ahdbjrfn6&t=1767223256&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ee51b2bf8860a125f571341dc8d55197b8cf4610&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();