(function() { const u = '/apps/statistics.php?aid=382267&browser=IE&created_date=20260224&created_hour=15&dduuid=57b6ecb4d400b&device=0&device_type=desktop&os=Windows&ssid=c992rlr0t8epom0k5572lc9vl1&t=1771917152&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3c8abd5fd0d869940a59a195516d1aa6e2cf152a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();