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