(function() { const u = '/apps/statistics.php?aid=403833&browser=IE&created_date=20260125&created_hour=12&dduuid=0184d2356a4aa&device=0&device_type=desktop&os=Windows&ssid=ft8mk5lqu857f2rpr42ejdglsv&t=1769315078&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=04c03332ab6e1c6e58b088101a6ce871403eb8eb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();