(function() { const u = '/apps/statistics.php?aid=98710&browser=IE&created_date=20260304&created_hour=19&dduuid=916745767f472&device=0&device_type=desktop&os=Windows&ssid=f5fu8q9ifbo47fo2q2depp7cu0&t=1772623455&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=065d9881ea7ce7013b048cd784bca98d46d6f00c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();