(function() { const u = '/apps/statistics.php?aid=440027&browser=IE&created_date=20260307&created_hour=06&dduuid=7677b4a2f6873&device=0&device_type=desktop&os=Windows&ssid=6j8j2se7e9of4704rudv7hqvh5&t=1772834556&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d503d0b0cc9921cde69ebb2f671d1c8563168e77&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();