(function() { const u = '/apps/statistics.php?aid=343258&browser=IE&created_date=20260313&created_hour=12&dduuid=7d8b13a6e0a5b&device=0&device_type=desktop&os=Windows&ssid=q5h3f5oh6l6mikosg127j8budk&t=1773377907&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9785e43549648639c2bc007b7ff3d874260c5a67&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();