(function() { const u = '/apps/statistics.php?aid=400001&browser=IE&created_date=20251223&created_hour=16&dduuid=ece85221ade39&device=0&device_type=desktop&os=Windows&ssid=8tss6ngc397dif792kio44vch2&t=1766479150&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d88d5ef4e826a2615a8f61464592ac0af5bf4739&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();