(function() { const u = '/apps/statistics.php?aid=428119&browser=IE&created_date=20260121&created_hour=20&dduuid=615eecf827fd7&device=0&device_type=desktop&os=Windows&ssid=id1kou2srq9luhjoh5l71pcorc&t=1768999941&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=774f9724b4416f7bb9a005cbd3f2d9f845db6444&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();