(function() { const u = '/apps/statistics.php?aid=67626&browser=IE&created_date=20260122&created_hour=11&dduuid=1dc6f61198f59&device=0&device_type=desktop&os=Windows&ssid=rjo9s86gtt1frnam73fa530roq&t=1769051341&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=569845fd051bfc06b2bc088ebd385d370857af90&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();