(function() { const u = '/apps/statistics.php?aid=440051&browser=IE&created_date=20260313&created_hour=02&dduuid=f93982468ab68&device=0&device_type=desktop&os=Windows&ssid=avrg26cd02cebpe8bh4rqguhtb&t=1773341735&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=87719aa95b0375661f074d662990b1a70d32fb01&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();