(function() { const u = '/apps/statistics.php?aid=400078&browser=IE&created_date=20260125&created_hour=09&dduuid=792e073157160&device=0&device_type=desktop&os=Windows&ssid=ksd6qprff0fsef8hur0db0m8p5&t=1769303862&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eac2575f3e9f6e8476da0db9a288ef67f1a716d3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();