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