(function() { const u = '/apps/statistics.php?aid=207222&browser=IE&created_date=20260115&created_hour=01&dduuid=246d7c0e06745&device=0&device_type=desktop&os=Windows&ssid=81g8m3fu0mnist78t30advrsav&t=1768410812&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=02b8e8b1c198b2df934de4e82e8b5e26ac2955c4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();