(function() { const u = '/apps/statistics.php?aid=98883&browser=IE&created_date=20260227&created_hour=06&dduuid=1dd287eb052f3&device=0&device_type=desktop&os=Windows&ssid=k0aas1csu1qh1ongruijdmtv9q&t=1772144646&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a5f066a2da2fef1c748ebec3735e482cb2fbe79e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();