(function() { const u = '/apps/statistics.php?aid=21000&browser=IE&created_date=20260113&created_hour=11&dduuid=780bed07909f7&device=0&device_type=desktop&os=Windows&ssid=rmrtni02lvce5gssbh2obkbhqa&t=1768273273&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=89039c5aa1c3fd436934be20be1a385f16d730df&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();