(function() { const u = '/apps/statistics.php?aid=382260&browser=IE&created_date=20260113&created_hour=08&dduuid=cf84a62d0b3ab&device=0&device_type=desktop&os=Windows&ssid=ngh8v970tb2fkibf0q5o8grnmn&t=1768265061&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2c09c1975a5982f1770209d0a671abf5fcd9507d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();