(function() { const u = '/apps/statistics.php?aid=429205&browser=IE&created_date=20260113&created_hour=20&dduuid=8812dd3afbc60&device=0&device_type=desktop&os=Windows&ssid=j4p3584p96uef6pjs06msnh0vv&t=1768307531&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e7f62268f05aed45ea16c1812088708d7cb80237&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();