(function() { const u = '/apps/statistics.php?aid=447929&browser=IE&created_date=20260122&created_hour=02&dduuid=7b8177c46213d&device=0&device_type=desktop&os=Windows&ssid=q05qmlsnfd3p9uk4alnpsk0cbo&t=1769019282&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=30049f3c542be5cb1d3b933d3b478245e4e0da92&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();