(function() { const u = '/apps/statistics.php?aid=352394&browser=IE&created_date=20260125&created_hour=12&dduuid=3075f15e0b340&device=0&device_type=desktop&os=Windows&ssid=pjhq2o52bgih1otl2c7n0cp5in&t=1769314549&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7401e04efb364f6630f437f672048875a650264b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();