(function() { const u = '/apps/statistics.php?aid=453730&browser=IE&created_date=20260311&created_hour=17&dduuid=49c991e0a5450&device=0&device_type=desktop&os=Windows&ssid=ej3dfp6hn4niuc3i4q1k6ot8dg&t=1773220154&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=073d03c6e3a296714718f0f3731df61264d00ba0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();