(function() { const u = '/apps/statistics.php?aid=429623&browser=IE&created_date=20260119&created_hour=00&dduuid=f8f15d4612db8&device=0&device_type=desktop&os=Windows&ssid=135n9vb9rp8vkqkff3h0pbdd79&t=1768752067&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dedfec4db1b96af618af2538f2cf4dbdbcd4f70d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();