(function() { const u = '/apps/statistics.php?aid=392326&browser=IE&created_date=20251220&created_hour=13&dduuid=1a64902808ea9&device=0&device_type=desktop&os=Windows&ssid=oe87u4bk5n48s5qbbei6qqvpg3&t=1766207483&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=09107cbe51a105c1e8a2ad3fab34325e8043cff4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();