(function() { const u = '/apps/statistics.php?aid=443742&browser=IE&created_date=20260223&created_hour=19&dduuid=d05eb1b481558&device=0&device_type=desktop&os=Windows&ssid=4iodr2fl6au2854aaos04ke9cj&t=1771844457&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6c33bd30627c50e3b578ceff29ca33350921e997&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();