(function() { const u = '/apps/statistics.php?aid=455180&browser=IE&created_date=20260304&created_hour=07&dduuid=8af604eae6173&device=0&device_type=desktop&os=Windows&ssid=tbedrt9bobl0i13pma91c7r4ei&t=1772581546&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=10d632f3e942247e4966efc6f8496c9950a0e72f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();