(function() { const u = '/apps/statistics.php?aid=71036&browser=IE&created_date=20260122&created_hour=11&dduuid=14c4140608c05&device=0&device_type=desktop&os=Windows&ssid=pab34m17jvutstj078f374nmac&t=1769051285&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e182c5db10eb2f8896d4348d275492ad2a7aca81&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();