(function() { const u = '/apps/statistics.php?aid=446832&browser=IE&created_date=20260123&created_hour=21&dduuid=30c1fd3964c84&device=0&device_type=desktop&os=Windows&ssid=h4h5v69tgrp77j45tlt240khor&t=1769173329&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=27a61defec66e23c9f2fb2d26ee1ca8b52d5ae9e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();