(function() { const u = '/apps/statistics.php?aid=357068&browser=IE&created_date=20260306&created_hour=07&dduuid=9a97c17107504&device=0&device_type=desktop&os=Windows&ssid=29k5l6hsf6hbbugl22u69mhu77&t=1772753055&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b660626efc3ae930afe82c69d5d8856b9bda2afa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();