(function() { const u = '/apps/statistics.php?aid=455607&browser=IE&created_date=20260305&created_hour=11&dduuid=ea9d82c06bf01&device=0&device_type=desktop&os=Windows&ssid=hs08pprmrenpcauh5854nhqmus&t=1772681519&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e87490d5a169f665857f8f3f118d602b1c11fa17&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();