(function() { const u = '/apps/statistics.php?aid=340243&browser=IE&created_date=20260227&created_hour=09&dduuid=c26b9518186bf&device=0&device_type=desktop&os=Windows&ssid=c5ihahbnu5gion9t62i5rer77s&t=1772155477&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=69b1572e6d1c0abf5b2c27fa1dac61220092ae9a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();