(function() { const u = '/apps/statistics.php?aid=18131&browser=IE&created_date=20260305&created_hour=12&dduuid=432513ddfa63f&device=0&device_type=desktop&os=Windows&ssid=fs32rp4jdcmtp7reeh8g1ji06d&t=1772683723&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=83330c94fa632f5e7adfa756c123a1172c4006e4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();