(function() { const u = '/apps/statistics.php?aid=4747&browser=IE&created_date=20260315&created_hour=02&dduuid=65078480e7085&device=0&device_type=desktop&os=Windows&ssid=bhapt854cma72jlaq3ma8rhimu&t=1773514116&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=844e16669e1f07371a8667ea58236def7ed8fddd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();