(function() { const u = '/apps/statistics.php?aid=460312&browser=IE&created_date=20260314&created_hour=18&dduuid=bbfbfa90b4791&device=0&device_type=desktop&os=Windows&ssid=br6mmhguongorlr6pr399a08hs&t=1773485702&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=79233541425dc6207f0a2f901d8d8910ff265425&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();