(function() { const u = '/apps/statistics.php?aid=267815&browser=IE&created_date=20260315&created_hour=02&dduuid=c2ffa6a4ce57a&device=0&device_type=desktop&os=Windows&ssid=2htv2lvh39pfps8fv6rn0d8ahl&t=1773514337&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d7d376fa25c1e52dd23755e9d6795512b5c2face&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();