(function() { const u = '/apps/statistics.php?aid=412005&browser=IE&created_date=20260307&created_hour=21&dduuid=a5fea22c9088d&device=0&device_type=desktop&os=Windows&ssid=hcl4neauoc1ume99tqf6b1qea7&t=1772890002&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5dc6ffb405d8b71e8538d0c9df6d9e90f311b6b7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();