(function() { const u = '/apps/statistics.php?aid=208870&browser=IE&created_date=20251230&created_hour=00&dduuid=68e4dd7d027b0&device=0&device_type=desktop&os=Windows&ssid=857gfqucdselnob7t0lui5sf3e&t=1767024840&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c76a260c2c27cb65088a6f9f23f95c83c6fdba46&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();