(function() { const u = '/apps/statistics.php?aid=448039&browser=IE&created_date=20260109&created_hour=09&dduuid=ff0f2f0225211&device=0&device_type=desktop&os=Windows&ssid=bn38mqoci6896c5d2hph663mo1&t=1767921892&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=33d589e675d3b87483596a42de4d8ab4c08faa79&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();