(function() { const u = '/apps/statistics.php?aid=445480&browser=IE&created_date=20260312&created_hour=04&dduuid=a4b276bd8efed&device=0&device_type=desktop&os=Windows&ssid=eut2d0afo035lrmq49hhn12aqs&t=1773262504&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=75d8b8a13242e9b6298350e22922310a8a546034&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();