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