(function() { const u = '/apps/statistics.php?aid=118546&browser=IE&created_date=20260227&created_hour=10&dduuid=15f03a106323b&device=0&device_type=desktop&os=Windows&ssid=am4lrr32epk26rd9piko6fra1j&t=1772158593&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=872cb7ab6d27de6166b8fcf2244d1f02dc4b838a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();