(function() { const u = '/apps/statistics.php?aid=403785&browser=IE&created_date=20260125&created_hour=15&dduuid=a0d3e70730642&device=0&device_type=desktop&os=Windows&ssid=5c9fvjgjb7s27t8q9ebrhpi0p3&t=1769327176&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fbc15091efba139bef3293434b3c513f28f305da&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();