(function() { const u = '/apps/statistics.php?aid=207292&browser=IE&created_date=20260114&created_hour=14&dduuid=7487588516a26&device=0&device_type=desktop&os=Windows&ssid=415a55sk6mmtod1er0egj654kq&t=1768371104&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8fba3dfa1352c17e27df07532fd8e8fe50f617af&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();