(function() { const u = '/apps/statistics.php?aid=455644&browser=IE&created_date=20260304&created_hour=00&dduuid=0b707d8300093&device=0&device_type=desktop&os=Windows&ssid=4tptdbu9ddcq5kgacrrbjremok&t=1772555325&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=57509303027af440a17a43c6eefb3152eb472c8b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();