(function() { const u = '/apps/statistics.php?aid=442896&browser=IE&created_date=20260224&created_hour=01&dduuid=6466946f9190b&device=0&device_type=desktop&os=Windows&ssid=jjv9jdicg0ngrp23n88ljqps1a&t=1771866272&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2ebc09fc349c6d2f49b821df0aa64afab711fe59&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();