(function() { const u = '/apps/statistics.php?aid=445713&browser=IE&created_date=20260227&created_hour=21&dduuid=8fd187901b4cd&device=0&device_type=desktop&os=Windows&ssid=8j8g1do9fmk4lgnbk6ftq90cds&t=1772199279&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7743f1afc878d82120b600936f0a052b3cbbb11e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();