(function() { const u = '/apps/statistics.php?aid=433303&browser=IE&created_date=20260103&created_hour=08&dduuid=e70471e150785&device=0&device_type=desktop&os=Windows&ssid=ci643vr3d3mve337l1lgocqpoq&t=1767399304&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dd3b19882539a25b0f3fdde6f96439ba457ea8f4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();