(function() { const u = '/apps/statistics.php?aid=113199&browser=IE&created_date=20260226&created_hour=03&dduuid=1bea0ffd8e16b&device=0&device_type=desktop&os=Windows&ssid=nv8duv29pbiqb715kscf361lt1&t=1772046686&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5d4e16ee495e21a241be5c96a0258b76abd44092&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();