(function() { const u = '/apps/statistics.php?aid=407031&browser=IE&created_date=20260123&created_hour=04&dduuid=8f68d990d4be1&device=0&device_type=desktop&os=Windows&ssid=jt7akllqcuptl1gh5ip44b6pgm&t=1769115140&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=364555afd6ad7d5375a76a371b280fa4a4e4f6d8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();