(function() { const u = '/apps/statistics.php?aid=450552&browser=IE&created_date=20260118&created_hour=11&dduuid=d6c2609c40273&device=0&device_type=desktop&os=Windows&ssid=9hocghpvv9e6046srrt584r4sm&t=1768706970&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=de44c5c95e0578fea6e9cbfe19f7e526dd3ff45d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();