(function() { const u = '/apps/statistics.php?aid=446094&browser=IE&created_date=20260311&created_hour=18&dduuid=52f879b37cd5d&device=0&device_type=desktop&os=Windows&ssid=993vg3v70slors02mghdal1sor&t=1773224268&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8f175de5dd3dff96567814ec94970da328d2868b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();