(function() { const u = '/apps/statistics.php?aid=370678&browser=IE&created_date=20260310&created_hour=10&dduuid=85a3ccc7d6839&device=0&device_type=desktop&os=Windows&ssid=6tsitequcnbgfooo0fb178aqk1&t=1773108989&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f00ef1ab611b05c93727b9a890ea90c49d8db3a9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();