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