(function() { const u = '/apps/statistics.php?aid=435949&browser=IE&created_date=20251227&created_hour=12&dduuid=b29607494f2bd&device=0&device_type=desktop&os=Windows&ssid=vl41bvknasgmsu38dpbfjpl03o&t=1766810727&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1a8e377a17c6787884f8e85dd9969a28779d16b1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();