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