(function() { const u = '/apps/statistics.php?aid=455494&browser=IE&created_date=20260227&created_hour=01&dduuid=871b8004d831f&device=0&device_type=desktop&os=Windows&ssid=tq80sabe320b65q6blh5093ohd&t=1772127325&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=da9f2f204495727b6e7488439e5178ee298d4d78&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();