(function() { const u = '/apps/statistics.php?aid=423949&browser=IE&created_date=20260307&created_hour=18&dduuid=beb6b72e79500&device=0&device_type=desktop&os=Windows&ssid=3la5l14bri058tsq6diuj7d9nj&t=1772879599&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d61e6eed9669cafd036e3e02c8e32f39e4bdefcc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();