(function() { const u = '/apps/statistics.php?aid=428850&browser=IE&created_date=20260311&created_hour=15&dduuid=dd45ddbf72624&device=0&device_type=desktop&os=Windows&ssid=ggj45sni6r35m8k848jlaq5cea&t=1773213498&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0c88c1fe757033e6a8a6fd91063b34b403173e3d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();