(function() { const u = '/apps/statistics.php?aid=448132&browser=IE&created_date=20260304&created_hour=11&dduuid=5d0aec2a5f534&device=0&device_type=desktop&os=Windows&ssid=95evc34q5o03elp41cjcvsf32u&t=1772595564&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e63d782f2be01b830ce28ad46426ce7092666b9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();