(function() { const u = '/apps/statistics.php?aid=442045&browser=IE&created_date=20260305&created_hour=08&dduuid=40bd41d496f1c&device=0&device_type=desktop&os=Windows&ssid=fccoeth29mibl3nsb67pe9lfn3&t=1772668866&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=db08086dbf87d26ff6d20708956fed37a162b793&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();