(function() { const u = '/apps/statistics.php?aid=442766&browser=IE&created_date=20260316&created_hour=05&dduuid=9d121be6ad334&device=0&device_type=desktop&os=Windows&ssid=54d86c36e1eoha3idf1a1hou40&t=1773610329&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f2a32ed49c7ad5c143d125206de539da317dc793&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();