(function() { const u = '/apps/statistics.php?aid=531&browser=IE&created_date=20260312&created_hour=23&dduuid=daeeea355bb4e&device=0&device_type=desktop&os=Windows&ssid=5o51278u497mnhtvpsb814ljcr&t=1773330295&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=96ff8144cf1f93e9339a6db1d44903af7521d512&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();