(function() { const u = '/apps/statistics.php?aid=399390&browser=IE&created_date=20251223&created_hour=20&dduuid=a66545b9f0f7b&device=0&device_type=desktop&os=Windows&ssid=b6m9a5igs5i4h1dcgm4nulnmem&t=1766491289&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e99a3c09811733020166441f7fc803528c60733f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();