(function() { const u = '/apps/statistics.php?aid=438003&browser=IE&created_date=20260308&created_hour=12&dduuid=217addb0f96c4&device=0&device_type=desktop&os=Windows&ssid=880afsg57b1c2urvsc8t296qqt&t=1772945639&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c7ea6fd378eaad4c53067836047064b2d04e116b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();