(function() { const u = '/apps/statistics.php?aid=426345&browser=IE&created_date=20260125&created_hour=07&dduuid=051430862ff21&device=0&device_type=desktop&os=Windows&ssid=3om4vhkohor183p0gb90bn8336&t=1769297837&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=01de0a6e914ad63c4ba300e4a34273b2fe521e40&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();