(function() { const u = '/apps/statistics.php?aid=441926&browser=IE&created_date=20260111&created_hour=16&dduuid=de11a6b518328&device=0&device_type=desktop&os=Windows&ssid=9mdkir0uoqghctq0tv3aenr1mg&t=1768121035&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f8edddef5e81d0dd63283cc8a191c18b0ce5ef44&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();