(function() { const u = '/apps/statistics.php?aid=428240&browser=IE&created_date=20260121&created_hour=11&dduuid=e5b3aab5fd915&device=0&device_type=desktop&os=Windows&ssid=tta4pobgak9a1s67ktk8u6okbv&t=1768967755&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7de01b0b4727ff25a0772a9cff95e64c2dadd517&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();