(function() { const u = '/apps/statistics.php?aid=346405&browser=IE&created_date=20260313&created_hour=00&dduuid=67200781ef5ec&device=0&device_type=desktop&os=Windows&ssid=npvcfrmm2r27dmnhq82s6ttkep&t=1773332127&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e4737828dbc178ee6aabb28254c1141b7fa2566c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();