(function() { const u = '/apps/statistics.php?aid=12912&browser=IE&created_date=20260305&created_hour=16&dduuid=2e4bf6dfc58e3&device=0&device_type=desktop&os=Windows&ssid=36i7up8pmjh8urpd435hh7fdp2&t=1772700117&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=208754a8c88343128a01a9a9e7230e3d404898b7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();