(function() { const u = '/apps/statistics.php?aid=391619&browser=IE&created_date=20260311&created_hour=07&dduuid=adbf66202b672&device=0&device_type=desktop&os=Windows&ssid=f025oi9rhicbd8hmo38l5hhli1&t=1773184851&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=daf4d0436cb6f94b905a7ad167efd82948239109&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();