(function() { const u = '/apps/statistics.php?aid=213598&browser=IE&created_date=20251227&created_hour=09&dduuid=06c2d49a64955&device=0&device_type=desktop&os=Windows&ssid=19me1l6nnq6nuhdd8iqag9nm47&t=1766797363&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0021e2969f886e688e27b4608173bb19bfa2c120&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();