(function() { const u = '/apps/statistics.php?aid=455785&browser=IE&created_date=20260304&created_hour=22&dduuid=551c9d19fc1df&device=0&device_type=desktop&os=Windows&ssid=018ur6a05qrpd152ndfqv1dfka&t=1772632943&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3ee647996f3d574cc1fab4ad6409abf9e0198927&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();