(function() { const u = '/apps/statistics.php?aid=442734&browser=IE&created_date=20260305&created_hour=20&dduuid=eb08faa4393c6&device=0&device_type=desktop&os=Windows&ssid=0f4isftm622k10khsb85o23fhp&t=1772712684&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d0ab9bed22b36c5eb810c2a2cb5f447b8cacfcce&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();