(function() { const u = '/apps/statistics.php?aid=348597&browser=IE&created_date=20260102&created_hour=00&dduuid=1c8c260d76052&device=0&device_type=desktop&os=Windows&ssid=de4f6rehcg1mtsf8l7i4kv1gt0&t=1767286072&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6348ed787748338fb73bed3127873c4cd848d93e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();