(function() { const u = '/apps/statistics.php?aid=431036&browser=IE&created_date=20260124&created_hour=23&dduuid=4d93e922b6a59&device=0&device_type=desktop&os=Windows&ssid=af12v69burji348jrreb5r31p8&t=1769268908&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9f0dd5a867448f20e5c6b56a318ad42d450800a6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();