(function() { const u = '/apps/statistics.php?aid=449137&browser=IE&created_date=20260123&created_hour=05&dduuid=5efa06d309b09&device=0&device_type=desktop&os=Windows&ssid=lg56rno5ssvlj5isnh4rto683q&t=1769118962&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cc34186062ad72d1aa38381e40460608d5514a83&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();